共用方式為


DatabaseAccountCreateUpdateParameters.NetworkAclBypass Property

Definition

Gets or sets indicates what services are allowed to bypass firewall checks. Possible values include: 'None', 'AzureServices'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.networkAclBypass")]
public Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass? NetworkAclBypass { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.networkAclBypass")>]
member this.NetworkAclBypass : Nullable<Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass> with get, set
Public Property NetworkAclBypass As Nullable(Of NetworkAclBypass)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to