CosmosDBAccountsImpl.ISupportsCreating<IBlank>.Define(String) 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.
Begins a definition for a new resource.
This is the beginning of the builder pattern used to create top level resources
in Azure. The final method completing the definition and starting the actual resource creation
process in Azure is Creatable.create().
Note that the Creatable.create() method is
only available at the stage of the resource definition that has the minimum set of input
parameters specified. If you do not see Creatable.create() among the available methods, it
means you have not yet specified all the required input settings. Input settings generally begin
with the word "with", for example: .withNewResourceGroup()
and return the next stage
of the resource definition, as an interface in the "fluent interface" style.
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IBlank ISupportsCreating<IBlank>.Define (string name);
abstract member Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IBlank>.Define : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IBlank
override this.Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IBlank>.Define : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IBlank
Function Define (name As String) As IBlank Implements ISupportsCreating(Of IBlank).Define
Parameters
- name
- String
The name of the new resource.
Returns
Implements
Applies to
Azure SDK for .NET