共用方式為


IPrivateLinkResource.RequiredZoneName Property

Definition

The private link resource Private link DNS zone name.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The private link resource Private link DNS zone name.", 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.EventHub.Runtime.Info(Create=true, Description="The private link resource Private link DNS zone name.", 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

Applies to