ServiceFabricManagedClusterIPConfiguration Class

Definition

Specifies an IP configuration of the network interface.

public class ServiceFabricManagedClusterIPConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterIPConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterIPConfiguration>
type ServiceFabricManagedClusterIPConfiguration = class
    interface IJsonModel<ServiceFabricManagedClusterIPConfiguration>
    interface IPersistableModel<ServiceFabricManagedClusterIPConfiguration>
Public Class ServiceFabricManagedClusterIPConfiguration
Implements IJsonModel(Of ServiceFabricManagedClusterIPConfiguration), IPersistableModel(Of ServiceFabricManagedClusterIPConfiguration)
Inheritance
ServiceFabricManagedClusterIPConfiguration
Implements

Constructors

ServiceFabricManagedClusterIPConfiguration(String)

Initializes a new instance of ServiceFabricManagedClusterIPConfiguration.

Properties

ApplicationGatewayBackendAddressPools

Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway.

LoadBalancerBackendAddressPools

Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer. .

LoadBalancerInboundNatPools

Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.

Name

Name of the network interface.

PrivateIPAddressVersion

Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4.

PublicIPAddressConfiguration

The public IP address configuration of the network interface.

SubnetId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<ServiceFabricManagedClusterIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceFabricManagedClusterIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceFabricManagedClusterIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceFabricManagedClusterIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceFabricManagedClusterIPConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to