ContainerGroupsOperationsExtensions.GetOutboundNetworkDependenciesEndpoints Method

Definition

Get all network dependencies for container group.

public static System.Collections.Generic.IList<string> GetOutboundNetworkDependenciesEndpoints (this Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations operations, string resourceGroupName, string containerGroupName);
static member GetOutboundNetworkDependenciesEndpoints : Microsoft.Azure.Management.ContainerInstance.IContainerGroupsOperations * string * string -> System.Collections.Generic.IList<string>
<Extension()>
Public Function GetOutboundNetworkDependenciesEndpoints (operations As IContainerGroupsOperations, resourceGroupName As String, containerGroupName As String) As IList(Of String)

Parameters

operations
IContainerGroupsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

containerGroupName
String

The name of the container group.

Returns

Remarks

Gets all the network dependencies for this container group to allow complete control of network setting and configuration. For container groups, this will always be an empty list.

Applies to