IWithNetworkProfileBeta.WithNetworkProfileId(String, String, String) Method

Definition

Specifies the network profile information for a container group.

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IDnsConfigFork WithNetworkProfileId (string subscriptionId, string resourceGroupName, string networkProfileName);
abstract member WithNetworkProfileId : string * string * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IDnsConfigFork
Public Function WithNetworkProfileId (subscriptionId As String, resourceGroupName As String, networkProfileName As String) As IDnsConfigFork

Parameters

subscriptionId
String

The ID of the subscription of the network profile.

resourceGroupName
String

The name of the resource group of the network profile.

networkProfileName
String

The name of the network profile.

Returns

Applies to