다음을 통해 공유


ArmPostgreSqlModelFactory.PostgreSqlVirtualNetworkRuleData Method

Definition

Initializes a new instance of PostgreSqlVirtualNetworkRuleData.

public static Azure.ResourceManager.PostgreSql.PostgreSqlVirtualNetworkRuleData PostgreSqlVirtualNetworkRuleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier virtualNetworkSubnetId = default, bool? ignoreMissingVnetServiceEndpoint = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlVirtualNetworkRuleState? state = default);
static member PostgreSqlVirtualNetworkRuleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Nullable<bool> * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlVirtualNetworkRuleState> -> Azure.ResourceManager.PostgreSql.PostgreSqlVirtualNetworkRuleData
Public Shared Function PostgreSqlVirtualNetworkRuleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional virtualNetworkSubnetId As ResourceIdentifier = Nothing, Optional ignoreMissingVnetServiceEndpoint As Nullable(Of Boolean) = Nothing, Optional state As Nullable(Of PostgreSqlVirtualNetworkRuleState) = Nothing) As PostgreSqlVirtualNetworkRuleData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

virtualNetworkSubnetId
ResourceIdentifier

The ARM resource id of the virtual network subnet.

ignoreMissingVnetServiceEndpoint
Nullable<Boolean>

Create firewall rule before the virtual network has vnet service endpoint enabled.

state
Nullable<PostgreSqlVirtualNetworkRuleState>

Virtual Network Rule State.

Returns

A new PostgreSqlVirtualNetworkRuleData instance for mocking.

Applies to