CloudServicesNetworkPatchParameters 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.
CloudServicesNetworkPatchParameters represents the body of the request to patch the cloud services network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.CloudServicesNetworkPatchParametersTypeConverter))]
public class CloudServicesNetworkPatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ICloudServicesNetworkPatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.CloudServicesNetworkPatchParametersTypeConverter))>]
type CloudServicesNetworkPatchParameters = class
interface ICloudServicesNetworkPatchParameters
interface IJsonSerializable
Public Class CloudServicesNetworkPatchParameters
Implements ICloudServicesNetworkPatchParameters
- Inheritance
-
CloudServicesNetworkPatchParameters
- Attributes
- Implements
Constructors
CloudServicesNetworkPatchParameters() |
Creates an new CloudServicesNetworkPatchParameters instance. |
Properties
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. |
Tag |
The Azure resource tags that will replace the existing ones. |
Methods
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.Api20230701.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() |