Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionResolvePrivateLinkServiceIdsClient.post(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters) Gets the private link service ID for the specified managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionResolvePrivateLinkServiceIdsClient.postAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters) Gets the private link service ID for the specified managed cluster.com.azure.core.http.rest.Response<PrivateLinkResourceInner> ResolvePrivateLinkServiceIdsClient.postWithResponse(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters, com.azure.core.util.Context context) Gets the private link service ID for the specified managed cluster.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceInner>> ResolvePrivateLinkServiceIdsClient.postWithResponseAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters) Gets the private link service ID for the specified managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionResolvePrivateLinkServiceIdsClient.post(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters) Gets the private link service ID for the specified managed cluster.ResolvePrivateLinkServiceIdsClient.postAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters) Gets the private link service ID for the specified managed cluster.com.azure.core.http.rest.Response<PrivateLinkResourceInner> ResolvePrivateLinkServiceIdsClient.postWithResponse(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters, com.azure.core.util.Context context) Gets the private link service ID for the specified managed cluster.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceInner>> ResolvePrivateLinkServiceIdsClient.postWithResponseAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters) Gets the private link service ID for the specified managed cluster. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionstatic PrivateLinkResourceInnerPrivateLinkResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceInner from the JsonReader.PrivateLinkResourceInner.withGroupId(String groupId) Set the groupId property: The group ID of the resource.Set the id property: The ID of the private link resource.Set the name property: The name of the private link resource.PrivateLinkResourceInner.withRequiredMembers(List<String> requiredMembers) Set the requiredMembers property: The RequiredMembers of the resource.Set the type property: The resource type.Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionManagedClusterInner.privateLinkResources()Get the privateLinkResources property: Private link resources associated with the cluster.ManagedClusterProperties.privateLinkResources()Get the privateLinkResources property: Private link resources associated with the cluster.PrivateLinkResourcesListResultInner.value()Get the value property: The collection value.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionManagedClusterInner.withPrivateLinkResources(List<PrivateLinkResourceInner> privateLinkResources) Set the privateLinkResources property: Private link resources associated with the cluster.ManagedClusterProperties.withPrivateLinkResources(List<PrivateLinkResourceInner> privateLinkResources) Set the privateLinkResources property: Private link resources associated with the cluster.PrivateLinkResourcesListResultInner.withValue(List<PrivateLinkResourceInner> value) Set the value property: The collection value.