CollectionOperationsExtensions.Create Method
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.
Creates a collection with the given details.
public static Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId Create (this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, bool populateOnly, Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionCreationDetails collectionDetails);
static member Create : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * bool * Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionCreationDetails -> Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId
<Extension()>
Public Function Create (operations As ICollectionOperations, populateOnly As Boolean, collectionDetails As CollectionCreationDetails) As OperationResultWithTrackingId
Parameters
- operations
- ICollectionOperations
Reference to the Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations.
- populateOnly
- Boolean
Required. A flag denoting if the request is to populate the creation details of the collection or update and deploy (true for populate only).
- collectionDetails
- CollectionCreationDetails
Required. Details for the collection to be created.
Returns
The response containing the operation tracking id.
Applies to
Azure SDK for .NET