ArmContainerServiceModelFactory.ContainerServiceIPTag(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.
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.