IGatewayProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.GatewayPropertiesTypeConverter))]
public interface IGatewayProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.GatewayPropertiesTypeConverter))>]
type IGatewayProperties = interface
interface IJsonSerializable
Public Interface IGatewayProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllowedFeature |
Specifies the list of features that are enabled for this Gateway. |
GatewayEndpoint |
The endpoint fqdn for the Gateway. |
GatewayId |
A unique, immutable, identifier for the Gateway. |
GatewayType |
The type of the Gateway resource. |
ProvisioningState |
The provisioning state, which only appears in the response. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |