ภาษา

ArmComputeModelFactory.VirtualMachineIPTag Method

Definition

Contains the IP tag associated with the public IP address.

public static Azure.ResourceManager.Compute.Models.VirtualMachineIPTag VirtualMachineIPTag(string ipTagType, string tag, Azure.Core.ResourceIdentifier firstPartyServiceTagId);
static member VirtualMachineIPTag : string * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.Models.VirtualMachineIPTag
Public Shared Function VirtualMachineIPTag (ipTagType As String, tag As String, firstPartyServiceTagId As ResourceIdentifier) As VirtualMachineIPTag

Parameters

ipTagType
String

IP tag type. Example: FirstPartyUsage.

tag
String

IP tag associated with the public IP. Example: SQL, Storage etc.

firstPartyServiceTagId
ResourceIdentifier

The first party service tag resource identifier associated with the public IP address.

Returns

A new VirtualMachineIPTag instance for mocking.

Applies to