Uses of Class
com.azure.resourcemanager.containerservice.models.DelegatedResource
Packages that use DelegatedResource
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of DelegatedResource in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return DelegatedResourceModifier and TypeMethodDescriptionstatic DelegatedResourceDelegatedResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DelegatedResource from the JsonReader.DelegatedResource.withLocation(String location) Set the location property: The source resource location - internal use only.DelegatedResource.withReferralResource(String referralResource) Set the referralResource property: The delegation id of the referral delegation (optional) - internal use only.DelegatedResource.withResourceId(String resourceId) Set the resourceId property: The ARM resource id of the delegated resource - internal use only.DelegatedResource.withTenantId(UUID tenantId) Set the tenantId property: The tenant id of the delegated resource - internal use only.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type DelegatedResourceModifier and TypeMethodDescriptionManagedClusterIdentity.delegatedResources()Get the delegatedResources property: The delegated identity resources assigned to this managed cluster.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type DelegatedResourceModifier and TypeMethodDescriptionManagedClusterIdentity.withDelegatedResources(Map<String, DelegatedResource> delegatedResources) Set the delegatedResources property: The delegated identity resources assigned to this managed cluster.