Interface CustomLocation.UpdateStages.WithHostResourceId

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

public static interface CustomLocation.UpdateStages.WithHostResourceId
The stage of the CustomLocation update allowing to specify hostResourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withHostResourceId(String hostResourceId)
    Specifies the hostResourceId property: Connected Cluster or AKS Cluster.
  • Method Details

    • withHostResourceId

      CustomLocation.Update withHostResourceId(String hostResourceId)
      Specifies the hostResourceId property: Connected Cluster or AKS Cluster. The Custom Locations RP will perform a checkAccess API for listAdminCredentials permissions..
      Parameters:
      hostResourceId - Connected Cluster or AKS Cluster. The Custom Locations RP will perform a checkAccess API for listAdminCredentials permissions.
      Returns:
      the next definition stage.