AseV3NetworkingConfiguration 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.
Full view of networking configuration for an ASE.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseV3NetworkingConfigurationTypeConverter))]
public class AseV3NetworkingConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseV3NetworkingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AseV3NetworkingConfigurationTypeConverter))>]
type AseV3NetworkingConfiguration = class
interface IAseV3NetworkingConfiguration
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class AseV3NetworkingConfiguration
Implements IAseV3NetworkingConfiguration, IValidates
- Inheritance
-
AseV3NetworkingConfiguration
- Attributes
- Implements
Constructors
AseV3NetworkingConfiguration() |
Creates an new AseV3NetworkingConfiguration instance. |
Properties
AllowNewPrivateEndpointConnection |
Property to enable and disable new private endpoint connection creation on ASE |
ExternalInboundIPAddress | |
FtpEnabled |
Property to enable and disable FTP on ASEV3 |
Id |
Resource Id. |
InboundIPAddressOverride |
Customer provided Inbound IP Address. Only able to be set on Ase create. |
InternalInboundIPAddress | |
Kind |
Kind of resource. |
LinuxOutboundIPAddress | |
Name |
Resource Name. |
RemoteDebugEnabled |
Property to enable and disable Remote Debug on ASEV3 |
Type |
Resource type. |
WindowsOutboundIPAddress |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AseV3NetworkingConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AseV3NetworkingConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAseV3NetworkingConfiguration. |
FromJsonString(String) |
Creates a new instance of AseV3NetworkingConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AseV3NetworkingConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |