SettingsGatewayProperties Class

Definition

Settings Gateway properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.SettingsGatewayPropertiesTypeConverter))]
public class SettingsGatewayProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ISettingsGatewayProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.SettingsGatewayPropertiesTypeConverter))>]
type SettingsGatewayProperties = class
    interface ISettingsGatewayProperties
    interface IJsonSerializable
Public Class SettingsGatewayProperties
Implements ISettingsGatewayProperties
Inheritance
SettingsGatewayProperties
Attributes
Implements

Constructors

SettingsGatewayProperties()

Creates an new SettingsGatewayProperties instance.

Properties

GatewayResourceId

Associated Gateway Resource Id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SettingsGatewayProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SettingsGatewayProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ISettingsGatewayProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SettingsGatewayProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to