IWithSystemAssignedIdentityBasedAccessOrCreateBeta Interface

Definition

The stage of the container instance definition allowing to specify system assigned managed service identity with specific role based access.

public interface IWithSystemAssignedIdentityBasedAccessOrCreateBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithSystemAssignedIdentityBasedAccessOrCreateBeta = interface
    interface IBeta
Public Interface IWithSystemAssignedIdentityBasedAccessOrCreateBeta
Implements IBeta
Derived
Implements

Methods

WithSystemAssignedIdentityBasedAccessTo(String, BuiltInRole)

Specifies a system assigned managed service identity with access to a specific resource with a specified role.

WithSystemAssignedIdentityBasedAccessTo(String, String)

Specifies a system assigned managed service identity with access to a specific resource with a specified role from the id.

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)

Specifies a system assigned managed service identity with access to the current resource group and with the specified role.

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)

Specifies a system assigned managed service identity with access to the current resource group and with the specified role from the id.

Applies to