ManagedClusterSubnet 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.
Describes a Subnet.
public class ManagedClusterSubnet : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterSubnet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterSubnet>
type ManagedClusterSubnet = class
interface IJsonModel<ManagedClusterSubnet>
interface IPersistableModel<ManagedClusterSubnet>
Public Class ManagedClusterSubnet
Implements IJsonModel(Of ManagedClusterSubnet), IPersistableModel(Of ManagedClusterSubnet)
- Inheritance
-
ManagedClusterSubnet
- Implements
Constructors
ManagedClusterSubnet(String) |
Initializes a new instance of ManagedClusterSubnet. |
Properties
IsIPv6Enabled |
Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster. |
Name |
Subnet name. |
NetworkSecurityGroupId |
Full resource id for the network security group. |
PrivateEndpointNetworkPolicies |
Enable or Disable apply network policies on private end point in the subnet. |
PrivateLinkServiceNetworkPolicies |
Enable or Disable apply network policies on private link service in the subnet. |
Explicit Interface Implementations
IJsonModel<ManagedClusterSubnet>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedClusterSubnet>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedClusterSubnet>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedClusterSubnet>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedClusterSubnet>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET