Megosztás a következőn keresztül:


CloudMachine.Create(String, String) Method

Definition

Creates a new CloudMachine

public static Azure.CloudMachine Create (string subscriptionId, string region);
static member Create : string * string -> Azure.CloudMachine
Public Shared Function Create (subscriptionId As String, region As String) As CloudMachine

Parameters

subscriptionId
String
region
String

Returns

Remarks

DisplayName is initialized to id. It can be changed by setting the DisplayName property.

Applies to