PublicIPAddressSkuName Struct
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.
Name of a public IP address SKU.
public readonly struct PublicIPAddressSkuName : IEquatable<Azure.ResourceManager.Network.Models.PublicIPAddressSkuName>
type PublicIPAddressSkuName = struct
Public Structure PublicIPAddressSkuName
Implements IEquatable(Of PublicIPAddressSkuName)
- Inheritance
-
PublicIPAddressSkuName
- Implements
Constructors
PublicIPAddressSkuName(String) |
Initializes a new instance of PublicIPAddressSkuName. |
Properties
Basic |
Basic. |
Standard |
Standard. |
Methods
Equals(PublicIPAddressSkuName) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PublicIPAddressSkuName, PublicIPAddressSkuName) |
Determines if two PublicIPAddressSkuName values are the same. |
Implicit(String to PublicIPAddressSkuName) |
Converts a string to a PublicIPAddressSkuName. |
Inequality(PublicIPAddressSkuName, PublicIPAddressSkuName) |
Determines if two PublicIPAddressSkuName values are not the same. |
Applies to
Azure SDK for .NET