ComputeBatchModelFactory.IPTag(String, String) Method

Definition

Contains the IP tag associated with the public IP address.

public static Azure.Compute.Batch.IPTag IPTag(string ipTagType = default, string tag = default);
static member IPTag : string * string -> Azure.Compute.Batch.IPTag
Public Shared Function IPTag (Optional ipTagType As String = Nothing, Optional tag As String = Nothing) As IPTag

Parameters

ipTagType
String

The IP Tag type. Example: FirstPartyUsage.

tag
String

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

Returns

A new IPTag instance for mocking.

Applies to