ArmComputeFleetModelFactory.ComputeFleetVmssIPTag(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.ComputeFleet.Models.ComputeFleetVmssIPTag ComputeFleetVmssIPTag(string ipTagType = default, string tag = default);
static member ComputeFleetVmssIPTag : string * string -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmssIPTag
Public Shared Function ComputeFleetVmssIPTag (Optional ipTagType As String = Nothing, Optional tag As String = Nothing) As ComputeFleetVmssIPTag
Parameters
- ipTagType
- String
IP tag type. Example: FirstPartyUsage.
- tag
- String
IP tag associated with the public IP. Example: SQL, Storage etc.
Returns
A new ComputeFleetVmssIPTag instance for mocking.