GatewayUpdateProperties Class
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.
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
Gateway |
Creates an new GatewayUpdateProperties instance. |
Allowed |
Specifies the list of features that are enabled for this Gateway. |
Deserialize |
Deserializes a IDictionary into an instance of GatewayUpdateProperties. |
Deserialize |
Deserializes a PSObject into an instance of GatewayUpdateProperties. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IGatewayUpdateProperties. |
From |
Creates a new instance of GatewayUpdateProperties, deserializing the content from a json string. |
To |
Serializes this instance of GatewayUpdateProperties into a JsonNode. |
To |
Serializes this instance to a json string. |
To |