Share via


INetworkSecurityPerimeterConfigurationProperties.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(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) }, ReadOnly=true, Required=false, SerializedName="isBackingResource")]
public bool? IsBackingResource { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(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) }, ReadOnly=true, Required=false, SerializedName="isBackingResource")>]
member this.IsBackingResource : Nullable<bool>
Public ReadOnly Property IsBackingResource As Nullable(Of Boolean)

Property Value

Attributes

Applies to