ApplicationGatewayFrontendPort 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.
public class ApplicationGatewayFrontendPort : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayFrontendPort>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayFrontendPort>
type ApplicationGatewayFrontendPort = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayFrontendPort>
interface IPersistableModel<ApplicationGatewayFrontendPort>
Public Class ApplicationGatewayFrontendPort
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayFrontendPort), IPersistableModel(Of ApplicationGatewayFrontendPort)
- Inheritance
- Implements
Constructors
ApplicationGatewayFrontendPort() |
Initializes a new instance of ApplicationGatewayFrontendPort. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
Port |
Frontend port. |
ProvisioningState |
The provisioning state of the frontend port resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET