IMhsmPrivateLinkResource.RequiredZoneName 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.
Required DNS zone names of the the private link resource.
[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Required DNS zone names of the the private link resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="requiredZoneNames", Update=true)]
public System.Collections.Generic.List<string> RequiredZoneName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Required DNS zone names of the the private link resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="requiredZoneNames", Update=true)>]
member this.RequiredZoneName : System.Collections.Generic.List<string> with get, set
Public Property RequiredZoneName As List(Of String)
Property Value
- Attributes