ApplicationGatewayFrontendPortInner 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.
Frontend port of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayFrontendPortInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayFrontendPortInner = class
inherit SubResource
Public Class ApplicationGatewayFrontendPortInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayFrontendPortInner() |
Initializes a new instance of the ApplicationGatewayFrontendPortInner class. |
ApplicationGatewayFrontendPortInner(String, Nullable<Int32>, ProvisioningState, String, String, String) |
Initializes a new instance of the ApplicationGatewayFrontendPortInner class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
Name |
Gets or sets name of the frontend port that is unique within an Application Gateway. |
Port |
Gets or sets frontend port. |
ProvisioningState |
Gets the provisioning state of the frontend port resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET