IWithNetworkProfileBeta.WithNetworkProfileId(String, String, String) 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.
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
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