IManagedHsmProperties.Region Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of all regions associated with the managed hsm pool.
[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="List of all regions associated with the managed hsm pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmGeoReplicatedRegion) }, Read=true, ReadOnly=false, Required=false, SerializedName="regions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmGeoReplicatedRegion> Region { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="List of all regions associated with the managed hsm pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmGeoReplicatedRegion) }, Read=true, ReadOnly=false, Required=false, SerializedName="regions", Update=true)>]
member this.Region : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmGeoReplicatedRegion> with get, set
Public Property Region As List(Of IMhsmGeoReplicatedRegion)
Property Value
- Attributes