CloudServicesNetworkPatchProperties Class

Definition

CloudServicesNetworkPatchProperties represents the properties of the cloud services network that can be updated using a patch request.

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

Constructors

Name Description
CloudServicesNetworkPatchProperties()

Creates an new CloudServicesNetworkPatchProperties instance.

Properties

Name Description
AdditionalEgressEndpoint

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

EnableDefaultEgressEndpoint

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

StorageOptionMode

The indicator to enable shared storage on the cloud services network.

StorageOptionSizeMiB

The requested storage allocation for the volume in Mebibytes.

StorageOptionStorageApplianceId

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServicesNetworkPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServicesNetworkPatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServicesNetworkPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to