ArmPostgreSqlModelFactory.PostgreSqlVirtualNetworkRuleData Method
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.
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
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.
Create firewall rule before the virtual network has vnet service endpoint enabled.
Virtual Network Rule State.
Returns
A new PostgreSqlVirtualNetworkRuleData instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET