IVirtualMachineAssignRelayParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.VirtualMachineAssignRelayParametersTypeConverter))]
public interface IVirtualMachineAssignRelayParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.VirtualMachineAssignRelayParametersTypeConverter))>]
type IVirtualMachineAssignRelayParameters = interface
    interface IJsonSerializable
Public Interface IVirtualMachineAssignRelayParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
MachineId

The resourceId of the Microsoft.HybridCompute machine resource to assign relay usage.

RelayType

The indicator of which relay type the machine should be assigned to use. Platform indicates the use of a platform-dedicated relay. Public indicates the use of the standard public relay for Arc services.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to