VirtualNetworkAuthorizationRule Constructor
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.
public VirtualNetworkAuthorizationRule (string ruleName, string virtualNetworkSubnetId, bool ignoreMissingVnetServiceEndpoint, string vnetTrafficTag, string subnetTrafficTag);
new Microsoft.ServiceBus.Messaging.VirtualNetworkAuthorizationRule : string * string * bool * string * string -> Microsoft.ServiceBus.Messaging.VirtualNetworkAuthorizationRule
Public Sub New (ruleName As String, virtualNetworkSubnetId As String, ignoreMissingVnetServiceEndpoint As Boolean, vnetTrafficTag As String, subnetTrafficTag As String)
Parameters
- ruleName
- String
- virtualNetworkSubnetId
- String
- ignoreMissingVnetServiceEndpoint
- Boolean
- vnetTrafficTag
- String
- subnetTrafficTag
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET