Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.PrivateLinkResourceInner
-
Packages that use PrivateLinkResourceInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models 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 PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerResolvePrivateLinkServiceIdsClient. 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 PrivateLinkResourceInner Modifier and Type Method Description Mono<PrivateLinkResourceInner>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.Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerResolvePrivateLinkServiceIdsClient. post(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)Gets the private link service ID for the specified managed cluster.Mono<PrivateLinkResourceInner>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 PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerPrivateLinkResourceInner. withGroupId(String groupId)Set the groupId property: The group ID of the resource.PrivateLinkResourceInnerPrivateLinkResourceInner. withId(String id)Set the id property: The ID of the private link resource.PrivateLinkResourceInnerPrivateLinkResourceInner. withName(String name)Set the name property: The name of the private link resource.PrivateLinkResourceInnerPrivateLinkResourceInner. withRequiredMembers(List<String> requiredMembers)Set the requiredMembers property: The RequiredMembers of the resource.PrivateLinkResourceInnerPrivateLinkResourceInner. withType(String type)Set the type property: The resource type.Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type PrivateLinkResourceInner Modifier and Type Method Description List<PrivateLinkResourceInner>ManagedClusterInner. privateLinkResources()Get the privateLinkResources property: Private link resources associated with the cluster.List<PrivateLinkResourceInner>ManagedClusterProperties. privateLinkResources()Get the privateLinkResources property: Private link resources associated with the cluster.List<PrivateLinkResourceInner>PrivateLinkResourcesListResultInner. value()Get the value property: The collection value.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type PrivateLinkResourceInner Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withPrivateLinkResources(List<PrivateLinkResourceInner> privateLinkResources)Set the privateLinkResources property: Private link resources associated with the cluster.ManagedClusterPropertiesManagedClusterProperties. withPrivateLinkResources(List<PrivateLinkResourceInner> privateLinkResources)Set the privateLinkResources property: Private link resources associated with the cluster.PrivateLinkResourcesListResultInnerPrivateLinkResourcesListResultInner. withValue(List<PrivateLinkResourceInner> value)Set the value property: The collection value.
-