IInternetGatewayProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternetGatewayPropertiesTypeConverter))]
public interface IInternetGatewayProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternetGatewayPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternetGatewayPropertiesTypeConverter))>]
type IInternetGatewayProperties = interface
    interface IJsonSerializable
    interface IAnnotationResource
    interface IInternetGatewayPatchableProperties
Public Interface IInternetGatewayProperties
Implements IAnnotationResource, IInternetGatewayPatchableProperties
Derived
Attributes
Implements

Properties

Name Description
Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
InternetGatewayRuleId

ARM Resource ID of the Internet Gateway Rule.

(Inherited from IInternetGatewayPatchableProperties)
Ipv4Address

IPv4 Address of Internet Gateway.

NetworkFabricControllerId

ARM Resource ID of the Network Fabric Controller.

Port

Port number of Internet Gateway.

ProvisioningState

Provisioning state of resource.

Type

Gateway Type of the resource.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to