VirtualMachineAssignRelayContent(ResourceIdentifier) Constructor
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.
Initializes a new instance of VirtualMachineAssignRelayContent.
public VirtualMachineAssignRelayContent(Azure.Core.ResourceIdentifier machineId);
new Azure.ResourceManager.NetworkCloud.Models.VirtualMachineAssignRelayContent : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.Models.VirtualMachineAssignRelayContent
Public Sub New (machineId As ResourceIdentifier)
Parameters
- machineId
- ResourceIdentifier
The resourceId of the Microsoft.HybridCompute machine resource to assign relay usage.
Exceptions
machineId is null.