GatewayUpdateProperties Class
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.
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() |