Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for ContainerRegistry.
Package containing the inner data models for ContainerRegistry.
-
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.