Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.PrivateLinkResourceInner
-
Packages that use PrivateLinkResourceInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerRegistriesClient. 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 PrivateLinkResourceInner Modifier and Type Method Description Mono<PrivateLinkResourceInner>RegistriesClient. 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 PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerPrivateLinkResourceInner. withGroupId(String groupId)Set the groupId property: The private link resource group id.PrivateLinkResourceInnerPrivateLinkResourceInner. withId(String id)Set the id property: The resource ID.PrivateLinkResourceInnerPrivateLinkResourceInner. withName(String name)Set the name property: The name of the resource.PrivateLinkResourceInnerPrivateLinkResourceInner. withRequiredMembers(List<String> requiredMembers)Set the requiredMembers property: The private link resource required member names.PrivateLinkResourceInnerPrivateLinkResourceInner. 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 PrivateLinkResourceInner Modifier and Type Method Description List<PrivateLinkResourceInner>PrivateLinkResourceListResult. value()Get the value property: The list of private link resources.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceListResultPrivateLinkResourceListResult. withValue(List<PrivateLinkResourceInner> value)Set the value property: The list of private link resources.
-