Uses of Interface
com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate in com.azure.resourcemanager.containerinstance.models
Subinterfaces of ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate in com.azure.resourcemanager.containerinstance.modelsModifier and TypeInterfaceDescriptionstatic interfaceStarts the exec command for a specific container instance within the current group asynchronously.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreateModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate.withSystemAssignedIdentityBasedAccessTo(String resourceId, BuiltInRole role) Specifies a system assigned managed service identity with access to a specific resource with a specified role.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.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole role) Specifies a system assigned managed service identity with access to the current resource group and with the specified role.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.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()Specifies a system assigned managed service identity for the container group.