CloudServicesNetworkPatchParameters interface

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

Properties

additionalEgressEndpoints

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

enableDefaultEgressEndpoints

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

tags

The Azure resource tags that will replace the existing ones.

Property Details

additionalEgressEndpoints

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

additionalEgressEndpoints?: EgressEndpoint[]

Property Value

enableDefaultEgressEndpoints

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

enableDefaultEgressEndpoints?: string

Property Value

string

tags

The Azure resource tags that will replace the existing ones.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}