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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuNameTypeConverter))]
public struct PublicIPAddressSkuName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressSkuNameTypeConverter))>]
type PublicIPAddressSkuName = struct
interface IArgumentCompleter
Public Structure PublicIPAddressSkuName
Implements IArgumentCompleter, IEquatable(Of PublicIPAddressSkuName)
- Inheritance
-
PublicIPAddressSkuName
- Attributes
- Implements
Fields
Basic | |
Standard |
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 PublicIPAddressSkuName (override for Object) |
Equals(PublicIPAddressSkuName) |
Compares values of enum type PublicIPAddressSkuName |
GetHashCode() |
Returns hashCode for enum PublicIPAddressSkuName |
ToString() |
Returns string representation for PublicIPAddressSkuName |
Operators
Equality(PublicIPAddressSkuName, PublicIPAddressSkuName) |
Overriding == operator for enum PublicIPAddressSkuName |
Implicit(PublicIPAddressSkuName to String) |
Implicit operator to convert PublicIPAddressSkuName to string |
Implicit(String to PublicIPAddressSkuName) |
Implicit operator to convert string to PublicIPAddressSkuName |
Inequality(PublicIPAddressSkuName, PublicIPAddressSkuName) |
Overriding != operator for enum PublicIPAddressSkuName |