IVirtualMachineAssignRelayParameters 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.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) |