INetworkSecurityPerimeterConfiguration.IsBackingResource Property

Definition

True if the EventHub namespace is backed by another Azure resource and not visible to end users.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=false, Description="True if the EventHub namespace is backed by another Azure resource and not visible to end users.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isBackingResource", Update=false)]
public bool? IsBackingResource { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=false, Description="True if the EventHub namespace is backed by another Azure resource and not visible to end users.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isBackingResource", Update=false)>]
member this.IsBackingResource : Nullable<bool>
Public ReadOnly Property IsBackingResource As Nullable(Of Boolean)

Property Value

Attributes

Applies to