InternetGatewayPatchableProperties Class

Definition

Internet Gateway Patchable Properties defines the patchable properties of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternetGatewayPatchablePropertiesTypeConverter))]
public class InternetGatewayPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternetGatewayPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternetGatewayPatchablePropertiesTypeConverter))>]
type InternetGatewayPatchableProperties = class
    interface IInternetGatewayPatchableProperties
    interface IJsonSerializable
Public Class InternetGatewayPatchableProperties
Implements IInternetGatewayPatchableProperties
Inheritance
InternetGatewayPatchableProperties
Attributes
Implements

Constructors

Name Description
InternetGatewayPatchableProperties()

Creates an new InternetGatewayPatchableProperties instance.

Properties

Name Description
InternetGatewayRuleId

ARM Resource ID of the Internet Gateway Rule.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InternetGatewayPatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InternetGatewayPatchableProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternetGatewayPatchableProperties.

FromJsonString(String)

Creates a new instance of InternetGatewayPatchableProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InternetGatewayPatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to