Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.MhsmGeoReplicatedRegionInner
Packages that use MhsmGeoReplicatedRegionInner
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of MhsmGeoReplicatedRegionInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type MhsmGeoReplicatedRegionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<MhsmGeoReplicatedRegionInner> MhsmRegionsClient.listByResource(String resourceGroupName, String name) The List operation gets information about the regions associated with the managed HSM Pool.com.azure.core.http.rest.PagedIterable<MhsmGeoReplicatedRegionInner> MhsmRegionsClient.listByResource(String resourceGroupName, String name, com.azure.core.util.Context context) The List operation gets information about the regions associated with the managed HSM Pool.com.azure.core.http.rest.PagedFlux<MhsmGeoReplicatedRegionInner> MhsmRegionsClient.listByResourceAsync(String resourceGroupName, String name) The List operation gets information about the regions associated with the managed HSM Pool. -
Uses of MhsmGeoReplicatedRegionInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return MhsmGeoReplicatedRegionInnerModifier and TypeMethodDescriptionstatic MhsmGeoReplicatedRegionInnerMhsmGeoReplicatedRegionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MhsmGeoReplicatedRegionInner from the JsonReader.MhsmGeoReplicatedRegionInner.withIsPrimary(Boolean isPrimary) Set the isPrimary property: A boolean value that indicates whether the region is the primary region or a secondary region.Set the name property: Name of the geo replicated region. -
Uses of MhsmGeoReplicatedRegionInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type MhsmGeoReplicatedRegionInnerModifier and TypeMethodDescriptionManagedHsmProperties.regions()Get the regions property: List of all regions associated with the managed hsm pool.MhsmRegionsListResult.value()Get the value property: The region associated with a managed HSM Pools.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type MhsmGeoReplicatedRegionInnerModifier and TypeMethodDescriptionManagedHsmProperties.withRegions(List<MhsmGeoReplicatedRegionInner> regions) Set the regions property: List of all regions associated with the managed hsm pool.MhsmRegionsListResult.withValue(List<MhsmGeoReplicatedRegionInner> value) Set the value property: The region associated with a managed HSM Pools.