CloudServicesNetworkProperties Class

Definition

CloudServicesNetworkProperties represents properties of the cloud services network.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkPropertiesTypeConverter))]
public class CloudServicesNetworkProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetworkProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkPropertiesTypeConverter))>]
type CloudServicesNetworkProperties = class
    interface ICloudServicesNetworkProperties
    interface IJsonSerializable
Public Class CloudServicesNetworkProperties
Implements ICloudServicesNetworkProperties
Inheritance
CloudServicesNetworkProperties
Attributes
Implements

Constructors

Name Description
CloudServicesNetworkProperties()

Creates an new CloudServicesNetworkProperties instance.

Properties

Name Description
AdditionalEgressEndpoint

The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.

AssociatedResourceId

The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.

ClusterId

The resource ID of the Network Cloud cluster this cloud services network is associated with.

DetailedStatus

The more detailed status of the cloud services network.

DetailedStatusMessage

The descriptive message about the current detailed status.

EnableDefaultEgressEndpoint

The indicator of whether the platform default endpoints are allowed for the egress traffic.

EnabledEgressEndpoint

The full list of additional and default egress endpoints that are currently enabled.

HybridAksClustersAssociatedId

Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.

InterfaceName

The name of the interface that will be present in the virtual machine to represent this network.

ProvisioningState

The provisioning state of the cloud services network.

StorageOptionMode

The indicator to enable shared storage on the cloud services network. If not specified, the allocation will align with the standard storage enablement.

StorageOptionSizeMiB

The requested storage allocation for the volume in Mebibytes.

StorageOptionStorageApplianceId

The resource ID of the storage appliance that hosts the storage.

StorageStatusMessage

The description for the status of the shared storage.

StorageStatusMode

The indicator of if shared storage is enabled on the cloud services network.

StorageStatusSizeMiB

The size in Mebibytes of the storage allocation.

StorageStatusStatus

The status of the storage allocation for the cloud services network.

StorageStatusVolumeId

The resource ID of the volume created to host the shared storage.

VirtualMachinesAssociatedId

Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServicesNetworkProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServicesNetworkProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetworkProperties.

FromJsonString(String)

Creates a new instance of CloudServicesNetworkProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServicesNetworkProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to