PublicIPAddressSku Class
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.
SKU of a public IP address.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PublicIPAddressSkuTypeConverter))]
public class PublicIPAddressSku : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PublicIPAddressSkuTypeConverter))>]
type PublicIPAddressSku = class
interface IPublicIPAddressSku
interface IJsonSerializable
Public Class PublicIPAddressSku
Implements IPublicIPAddressSku
- Inheritance
-
PublicIPAddressSku
- Attributes
- Implements
Constructors
PublicIPAddressSku() |
Creates an new PublicIPAddressSku instance. |
Properties
Name |
Name of a public IP address SKU. |
Tier |
Tier of a public IP address SKU. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PublicIPAddressSku. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PublicIPAddressSku. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressSku. |
FromJsonString(String) |
Creates a new instance of PublicIPAddressSku, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PublicIPAddressSku into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |