PublicIPPrefixSku Constructors
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.
Overloads
PublicIPPrefixSku() |
Initializes a new instance of the PublicIPPrefixSku class. |
PublicIPPrefixSku(String, String) |
Initializes a new instance of the PublicIPPrefixSku class. |
PublicIPPrefixSku()
Initializes a new instance of the PublicIPPrefixSku class.
public PublicIPPrefixSku ();
Public Sub New ()
Applies to
PublicIPPrefixSku(String, String)
Initializes a new instance of the PublicIPPrefixSku class.
public PublicIPPrefixSku (string name = default, string tier = default);
new Microsoft.Azure.Management.Network.Models.PublicIPPrefixSku : string * string -> Microsoft.Azure.Management.Network.Models.PublicIPPrefixSku
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing)
Parameters
- name
- String
Name of a public IP prefix SKU. Possible values include: 'Standard'
- tier
- String
Tier of a public IP prefix SKU. Possible values include: 'Regional', 'Global'
Applies to
Azure SDK for .NET