AseV3NetworkingConfigurationData Class

Definition

A class representing the AseV3NetworkingConfiguration data model. Full view of networking configuration for an ASE.

public class AseV3NetworkingConfigurationData : Azure.ResourceManager.Models.ResourceData
public class AseV3NetworkingConfigurationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.AseV3NetworkingConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.AseV3NetworkingConfigurationData>
type AseV3NetworkingConfigurationData = class
    inherit ResourceData
type AseV3NetworkingConfigurationData = class
    inherit ResourceData
    interface IJsonModel<AseV3NetworkingConfigurationData>
    interface IPersistableModel<AseV3NetworkingConfigurationData>
Public Class AseV3NetworkingConfigurationData
Inherits ResourceData
Public Class AseV3NetworkingConfigurationData
Inherits ResourceData
Implements IJsonModel(Of AseV3NetworkingConfigurationData), IPersistableModel(Of AseV3NetworkingConfigurationData)
Inheritance
AseV3NetworkingConfigurationData
Implements

Constructors

AseV3NetworkingConfigurationData()

Initializes a new instance of AseV3NetworkingConfigurationData.

Properties

AllowNewPrivateEndpointConnections

Property to enable and disable new private endpoint connection creation on ASE.

ExternalInboundIPAddresses

Gets the external inbound ip addresses.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InternalInboundIPAddresses

Gets the internal inbound ip addresses.

Kind

Kind of resource.

LinuxOutboundIPAddresses

Gets the linux outbound ip addresses.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
WindowsOutboundIPAddresses

Gets the windows outbound ip addresses.

Explicit Interface Implementations

IJsonModel<AseV3NetworkingConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AseV3NetworkingConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AseV3NetworkingConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AseV3NetworkingConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AseV3NetworkingConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to