CloudServicesNetworkPatchProperties 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.
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.Api20230701.CloudServicesNetworkPatchPropertiesTypeConverter))]
public class CloudServicesNetworkPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ICloudServicesNetworkPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.CloudServicesNetworkPatchPropertiesTypeConverter))>]
type CloudServicesNetworkPatchProperties = class
interface ICloudServicesNetworkPatchProperties
interface IJsonSerializable
Public Class CloudServicesNetworkPatchProperties
Implements ICloudServicesNetworkPatchProperties
- Inheritance
-
CloudServicesNetworkPatchProperties
- Attributes
- Implements
Constructors
CloudServicesNetworkPatchProperties() |
Creates an new CloudServicesNetworkPatchProperties 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. |
Methods
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.Api20230701.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() |