Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionRegistriesClient.getPrivateLinkResource(String resourceGroupName, String registryName, String groupName) Gets a private link resource by a specified group name for a container registry.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionRegistriesClient.getPrivateLinkResourceAsync(String resourceGroupName, String registryName, String groupName) Gets a private link resource by a specified group name for a container registry.com.azure.core.http.rest.Response<PrivateLinkResourceInner> RegistriesClient.getPrivateLinkResourceWithResponse(String resourceGroupName, String registryName, String groupName, com.azure.core.util.Context context) Gets a private link resource by a specified group name for a container registry.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceInner>> RegistriesClient.getPrivateLinkResourceWithResponseAsync(String resourceGroupName, String registryName, String groupName) Gets a private link resource by a specified group name for a container registry.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> RegistriesClient.listPrivateLinkResources(String resourceGroupName, String registryName) Lists the private link resources for a container registry.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> RegistriesClient.listPrivateLinkResources(String resourceGroupName, String registryName, com.azure.core.util.Context context) Lists the private link resources for a container registry.com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner> RegistriesClient.listPrivateLinkResourcesAsync(String resourceGroupName, String registryName) Lists the private link resources for a container registry. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.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 private link resource group id.Set the id property: The resource ID.Set the name property: The name of the resource.PrivateLinkResourceInner.withRequiredMembers(List<String> requiredMembers) Set the requiredMembers property: The private link resource required member names.PrivateLinkResourceInner.withRequiredZoneNames(List<String> requiredZoneNames) Set the requiredZoneNames property: The private link resource Private link DNS zone name. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResult.value()Get the value property: The list of private link resources.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResult.withValue(List<PrivateLinkResourceInner> value) Set the value property: The list of private link resources.