Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.PrivateLinkResourceListResultInner
Packages that use PrivateLinkResourceListResultInner
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the inner data models for KeyVaultManagementClient.
-
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesClient.listByVault(String resourceGroupName, String vaultName) Gets the private link resources supported for the key vault.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesClient.listByVaultAsync(String resourceGroupName, String vaultName) Gets the private link resources supported for the key vault.com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> PrivateLinkResourcesClient.listByVaultWithResponse(String resourceGroupName, String vaultName, com.azure.core.util.Context context) Gets the private link resources supported for the key vault.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner>> PrivateLinkResourcesClient.listByVaultWithResponseAsync(String resourceGroupName, String vaultName) Gets the private link resources supported for the key vault. -
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.PrivateLinkResourceListResultInner.withValue(List<PrivateLinkResource> value) Set the value property: Array of private link resources.