ContainerGroupsOperationsExtensions.GetOutboundNetworkDependenciesEndpoints 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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET