ComputeBatchModelFactory.IPTag(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.
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.