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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AseV3NetworkingConfiguration : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AseV3NetworkingConfiguration = class
inherit ProxyOnlyResource
Public Class AseV3NetworkingConfiguration
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
AseV3NetworkingConfiguration() |
Initializes a new instance of the AseV3NetworkingConfiguration class. |
AseV3NetworkingConfiguration(String, String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, Nullable<Boolean>) |
Initializes a new instance of the AseV3NetworkingConfiguration class. |
Properties
AllowNewPrivateEndpointConnections |
Gets or sets property to enable and disable new private endpoint connection creation on ASE |
ExternalInboundIpAddresses | |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
InternalInboundIpAddresses | |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
LinuxOutboundIpAddresses | |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
WindowsOutboundIpAddresses |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET