IWithFirstContainerInstance.DefineContainerInstance(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 the definition of a container instance.
public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IContainerInstanceDefinitionBlank<Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithNextContainerInstance> DefineContainerInstance (string name);
abstract member DefineContainerInstance : string -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IContainerInstanceDefinitionBlank<Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithNextContainerInstance>
Public Function DefineContainerInstance (name As String) As IContainerInstanceDefinitionBlank(Of IWithNextContainerInstance)
Parameters
- name
- String
The name of the container instance.