ArmContainerServiceModelFactory.ContainerServiceIPTag(String, String) Method

Definition

public static Azure.ResourceManager.ContainerService.Models.ContainerServiceIPTag ContainerServiceIPTag(string ipTagType = default, string tag = default);
static member ContainerServiceIPTag : string * string -> Azure.ResourceManager.ContainerService.Models.ContainerServiceIPTag
Public Shared Function ContainerServiceIPTag (Optional ipTagType As String = Nothing, Optional tag As String = Nothing) As ContainerServiceIPTag

Parameters

ipTagType
String

The IP tag type. Example: RoutingPreference.

tag
String

The value of the IP tag associated with the public IP. Example: Internet.

Returns

A new ContainerServiceIPTag instance for mocking.

Applies to