ArmComputeModelFactory.VirtualMachineIPTag 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.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.