NetworkCloudCloudServicesNetworkPatch 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.
public class NetworkCloudCloudServicesNetworkPatch
public class NetworkCloudCloudServicesNetworkPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudCloudServicesNetworkPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudCloudServicesNetworkPatch>
type NetworkCloudCloudServicesNetworkPatch = class
type NetworkCloudCloudServicesNetworkPatch = class
interface IJsonModel<NetworkCloudCloudServicesNetworkPatch>
interface IPersistableModel<NetworkCloudCloudServicesNetworkPatch>
Public Class NetworkCloudCloudServicesNetworkPatch
Public Class NetworkCloudCloudServicesNetworkPatch
Implements IJsonModel(Of NetworkCloudCloudServicesNetworkPatch), IPersistableModel(Of NetworkCloudCloudServicesNetworkPatch)
- Inheritance
-
NetworkCloudCloudServicesNetworkPatch
- Implements
Constructors
NetworkCloudCloudServicesNetworkPatch() |
Initializes a new instance of NetworkCloudCloudServicesNetworkPatch. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkCloudCloudServicesNetworkPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudCloudServicesNetworkPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudCloudServicesNetworkPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudCloudServicesNetworkPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudCloudServicesNetworkPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET