SettingsGatewayProperties 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.
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
| Name | Description |
|---|---|
| SettingsGatewayProperties() |
Creates an new SettingsGatewayProperties instance. |
Properties
| Name | Description |
|---|---|
| GatewayResourceId |
Associated Gateway Resource Id |
Methods
| Name | Description |
|---|---|
| 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() | |