AseV3NetworkingConfigurationData 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.
A class representing the AseV3NetworkingConfiguration data model. Full view of networking configuration for an ASE.
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
interface IJsonModel<AseV3NetworkingConfigurationData>
interface IPersistableModel<AseV3NetworkingConfigurationData>
Public Class AseV3NetworkingConfigurationData
Inherits ResourceData
Implements IJsonModel(Of AseV3NetworkingConfigurationData), IPersistableModel(Of AseV3NetworkingConfigurationData)
- Inheritance
- 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) |
InboundIPAddressOverride |
Customer provided Inbound IP Address. Only able to be set on Ase create. |
InternalInboundIPAddresses |
Gets the internal inbound ip addresses. |
IsFtpEnabled |
Property to enable and disable FTP on ASEV3. |
IsRemoteDebugEnabled |
Property to enable and disable Remote Debug on ASEV3. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
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
Azure SDK for .NET