Share via


ApplicationGatewayFrontendPortInner Class

Definition

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
ApplicationGatewayFrontendPortInner
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