CloudServicesNetworkPatchParameters interface
CloudServicesNetworkPatchParameters represents the body of the request to patch the cloud services network.
Properties
| additional |
The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. |
| enable |
The indicator of whether the platform default endpoints are allowed for the egress traffic. |
| storage |
The storage options for the cloud services network. |
| tags | Resource tags. |
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
storageOptions
The storage options for the cloud services network.
storageOptions?: CloudServicesNetworkStorageOptionsPatch
Property Value
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>