ArmApiManagementModelFactory.VirtualNetworkConfiguration 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 VirtualNetworkConfiguration.
public static Azure.ResourceManager.ApiManagement.Models.VirtualNetworkConfiguration VirtualNetworkConfiguration (Guid? vnetId = default, string subnetname = default, Azure.Core.ResourceIdentifier subnetResourceId = default);
static member VirtualNetworkConfiguration : Nullable<Guid> * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.Models.VirtualNetworkConfiguration
Public Shared Function VirtualNetworkConfiguration (Optional vnetId As Nullable(Of Guid) = Nothing, Optional subnetname As String = Nothing, Optional subnetResourceId As ResourceIdentifier = Nothing) As VirtualNetworkConfiguration
Parameters
The virtual network ID. This is typically a GUID. Expect a null GUID by default.
- subnetname
- String
The name of the subnet.
- subnetResourceId
- ResourceIdentifier
The full resource ID of a subnet in a virtual network to deploy the API Management service in.
Returns
A new VirtualNetworkConfiguration instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET