Interface HybridIdentityMetadata.UpdateStages.WithPublicKey

All Known Subinterfaces:
HybridIdentityMetadata.Update
Enclosing interface:
HybridIdentityMetadata.UpdateStages

public static interface HybridIdentityMetadata.UpdateStages.WithPublicKey
The stage of the HybridIdentityMetadata update allowing to specify publicKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPublicKey(String publicKey)
    Specifies the publicKey property: Onboarding public key for provisioning the Managed identity for the HybridAKS cluster..
  • Method Details

    • withPublicKey

      HybridIdentityMetadata.Update withPublicKey(String publicKey)
      Specifies the publicKey property: Onboarding public key for provisioning the Managed identity for the HybridAKS cluster..
      Parameters:
      publicKey - Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.
      Returns:
      the next definition stage.