你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PublicIPAddressSkuTier 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.
Tier of a public IP address SKU.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTierTypeConverter))]
public struct PublicIPAddressSkuTier : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTier>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuTierTypeConverter))>]
type PublicIPAddressSkuTier = struct
interface IArgumentCompleter
Public Structure PublicIPAddressSkuTier
Implements IArgumentCompleter, IEquatable(Of PublicIPAddressSkuTier)
- Inheritance
-
PublicIPAddressSkuTier
- Attributes
- Implements
Fields
Global | |
Regional |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type PublicIPAddressSkuTier (override for Object) |
Equals(PublicIPAddressSkuTier) |
Compares values of enum type PublicIPAddressSkuTier |
GetHashCode() |
Returns hashCode for enum PublicIPAddressSkuTier |
ToString() |
Returns string representation for PublicIPAddressSkuTier |
Operators
Equality(PublicIPAddressSkuTier, PublicIPAddressSkuTier) |
Overriding == operator for enum PublicIPAddressSkuTier |
Implicit(PublicIPAddressSkuTier to String) |
Implicit operator to convert PublicIPAddressSkuTier to string |
Implicit(String to PublicIPAddressSkuTier) |
Implicit operator to convert string to PublicIPAddressSkuTier |
Inequality(PublicIPAddressSkuTier, PublicIPAddressSkuTier) |
Overriding != operator for enum PublicIPAddressSkuTier |