Udostępnij za pośrednictwem


IGatewayProperties Interface

Definition

[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)

Applies to