WorkloadNetworkPublicIPProperties 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.
NSX Public IP Block Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkPublicIPPropertiesTypeConverter))]
public class WorkloadNetworkPublicIPProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkPublicIPProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkPublicIPPropertiesTypeConverter))>]
type WorkloadNetworkPublicIPProperties = class
interface IWorkloadNetworkPublicIPProperties
interface IJsonSerializable
Public Class WorkloadNetworkPublicIPProperties
Implements IWorkloadNetworkPublicIPProperties
- Inheritance
-
WorkloadNetworkPublicIPProperties
- Attributes
- Implements
Constructors
WorkloadNetworkPublicIPProperties() |
Creates an new WorkloadNetworkPublicIPProperties instance. |
Properties
DisplayName |
Display name of the Public IP Block. |
NumberOfPublicIP |
Number of Public IPs requested. |
ProvisioningState |
The provisioning state |
PublicIPBlock |
CIDR Block of the Public IP Block. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkloadNetworkPublicIPProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkloadNetworkPublicIPProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkPublicIPProperties. |
FromJsonString(String) |
Creates a new instance of WorkloadNetworkPublicIPProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkloadNetworkPublicIPProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |