Udostępnij za pośrednictwem


GatewayUpdateProperties Class

Definition

Describes the Update properties of a Gateway Profile.

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

Constructors

GatewayUpdateProperties()

Creates an new GatewayUpdateProperties instance.

Properties

AllowedFeature

Specifies the list of features that are enabled for this Gateway.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GatewayUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GatewayUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GatewayUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to