Interface ConnectedCluster.DefinitionStages.WithAgentPublicKeyCertificate

All Known Subinterfaces:
ConnectedCluster.Definition
Enclosing interface:
ConnectedCluster.DefinitionStages

public static interface ConnectedCluster.DefinitionStages.WithAgentPublicKeyCertificate
The stage of the ConnectedCluster definition allowing to specify agentPublicKeyCertificate.
  • Method Details

    • withAgentPublicKeyCertificate

      ConnectedCluster.DefinitionStages.WithCreate withAgentPublicKeyCertificate(String agentPublicKeyCertificate)
      Specifies the agentPublicKeyCertificate property: Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure..
      Parameters:
      agentPublicKeyCertificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
      Returns:
      the next definition stage.