ILinkerResource.FirewallRuleAzureService 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.
Allow Azure services to access the target service if true.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="Allow Azure services to access the target service if true.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AllowType) }, ReadOnly=false, Required=false, SerializedName="azureServices")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AllowType? FirewallRuleAzureService { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="Allow Azure services to access the target service if true.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AllowType) }, ReadOnly=false, Required=false, SerializedName="azureServices")>]
member this.FirewallRuleAzureService : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AllowType> with get, set
Public Property FirewallRuleAzureService As Nullable(Of AllowType)
Property Value
- Attributes