Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.MhsmPrivateLinkResourceListResultInner
Packages that use MhsmPrivateLinkResourceListResultInner
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the inner data models for KeyVaultManagementClient.
-
Uses of MhsmPrivateLinkResourceListResultInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return MhsmPrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionMhsmPrivateLinkResourcesClient.listByMhsmResource(String resourceGroupName, String name) Gets the private link resources supported for the managed hsm pool.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type MhsmPrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionMhsmPrivateLinkResourcesClient.listByMhsmResourceAsync(String resourceGroupName, String name) Gets the private link resources supported for the managed hsm pool.com.azure.core.http.rest.Response<MhsmPrivateLinkResourceListResultInner> MhsmPrivateLinkResourcesClient.listByMhsmResourceWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the private link resources supported for the managed hsm pool.Mono<com.azure.core.http.rest.Response<MhsmPrivateLinkResourceListResultInner>> MhsmPrivateLinkResourcesClient.listByMhsmResourceWithResponseAsync(String resourceGroupName, String name) Gets the private link resources supported for the managed hsm pool. -
Uses of MhsmPrivateLinkResourceListResultInner in com.azure.resourcemanager.keyvault.fluent.models
Classes in com.azure.resourcemanager.keyvault.fluent.models that implement interfaces with type arguments of type MhsmPrivateLinkResourceListResultInnerModifier and TypeClassDescriptionfinal classA list of private link resources.Methods in com.azure.resourcemanager.keyvault.fluent.models that return MhsmPrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionMhsmPrivateLinkResourceListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MhsmPrivateLinkResourceListResultInner from the JsonReader.MhsmPrivateLinkResourceListResultInner.withValue(List<MhsmPrivateLinkResource> value) Set the value property: Array of private link resources.