Freigeben über


ContainerGroupIPAddress Konstruktor

Definition

Initialisiert eine neue instance von ContainerGroupIPAddress.

public ContainerGroupIPAddress (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupPort> ports, Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddressType addressType);
new Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddress : seq<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupPort> * Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddressType -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddress
Public Sub New (ports As IEnumerable(Of ContainerGroupPort), addressType As ContainerGroupIPAddressType)

Parameter

ports
IEnumerable<ContainerGroupPort>

Die Liste der in der Containergruppe verfügbar gemachten Ports.

addressType
ContainerGroupIPAddressType

Gibt an, ob die IP dem öffentlichen Internet oder dem privaten VNET verfügbar gemacht ist.

Ausnahmen

ports ist NULL.

Gilt für: