CloudServicesNetworkPatchParameters Class

Definition

CloudServicesNetworkPatchParameters represents the body of the request to patch the cloud services network.

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

Constructors

Name Description
CloudServicesNetworkPatchParameters()

Creates an new CloudServicesNetworkPatchParameters 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.

Tag

The Azure resource tags that will replace the existing ones.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServicesNetworkPatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServicesNetworkPatchParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServicesNetworkPatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to