| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerGroup.Definition
Starts the exec command for a specific container instance within the current group asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate |
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessTo(String resourceId,
com.microsoft.azure.management.graphrbac.BuiltInRole role)
Specifies a system assigned managed service identity with access to a specific resource with a specified role.
|
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate |
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessTo(String resourceId,
String roleDefinitionId)
Specifies a system assigned managed service identity with access to a specific resource with a specified role from the id.
|
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate |
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(com.microsoft.azure.management.graphrbac.BuiltInRole role)
Specifies a system assigned managed service identity with access to the current resource group and with the specified role.
|
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate |
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId)
Specifies a system assigned managed service identity with access to the current resource group and with the specified role from the id.
|
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate |
ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
Specifies a system assigned managed service identity for the container group.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/