IPrivateLinkResource.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 Zone Names
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Required Zone Names", 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.ServiceBus.Runtime.Info(Create=true, Description="Required Zone Names", 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