IInternetGatewayProperties Interface
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.
[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) |