Share via


ITenantAccessOperations Interface

Definition

TenantAccessOperations operations.

public interface ITenantAccessOperations
type ITenantAccessOperations = interface
Public Interface ITenantAccessOperations

Methods

CreateWithHttpMessagesAsync(String, String, AccessInformationCreateParameters, String, String, Dictionary<String,List<String>>, CancellationToken)

Update tenant access information details.

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Tenant access metadata

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get tenant access information details without secrets.

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Returns list of access infos - for Git and Management endpoints.

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<AccessInformationContract>, Dictionary<String,List<String>>, CancellationToken)

Returns list of access infos - for Git and Management endpoints.

ListSecretsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get tenant access information details.

RegeneratePrimaryKeyWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Regenerate primary access key

RegenerateSecondaryKeyWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Regenerate secondary access key

UpdateWithHttpMessagesAsync(String, String, AccessInformationUpdateParameters, String, String, Dictionary<String,List<String>>, CancellationToken)

Update tenant access information details.

Extension Methods

Create(ITenantAccessOperations, String, String, AccessInformationCreateParameters, String, String)

Update tenant access information details.

CreateAsync(ITenantAccessOperations, String, String, AccessInformationCreateParameters, String, String, CancellationToken)

Update tenant access information details.

Get(ITenantAccessOperations, String, String, String)

Get tenant access information details without secrets.

GetAsync(ITenantAccessOperations, String, String, String, CancellationToken)

Get tenant access information details without secrets.

GetEntityTag(ITenantAccessOperations, String, String, String)

Tenant access metadata

GetEntityTagAsync(ITenantAccessOperations, String, String, String, CancellationToken)

Tenant access metadata

ListByService(ITenantAccessOperations, String, String, ODataQuery<AccessInformationContract>)

Returns list of access infos - for Git and Management endpoints.

ListByServiceAsync(ITenantAccessOperations, String, String, ODataQuery<AccessInformationContract>, CancellationToken)

Returns list of access infos - for Git and Management endpoints.

ListByServiceNext(ITenantAccessOperations, String)

Returns list of access infos - for Git and Management endpoints.

ListByServiceNextAsync(ITenantAccessOperations, String, CancellationToken)

Returns list of access infos - for Git and Management endpoints.

ListSecrets(ITenantAccessOperations, String, String, String)

Get tenant access information details.

ListSecretsAsync(ITenantAccessOperations, String, String, String, CancellationToken)

Get tenant access information details.

RegeneratePrimaryKey(ITenantAccessOperations, String, String, String)

Regenerate primary access key

RegeneratePrimaryKeyAsync(ITenantAccessOperations, String, String, String, CancellationToken)

Regenerate primary access key

RegenerateSecondaryKey(ITenantAccessOperations, String, String, String)

Regenerate secondary access key

RegenerateSecondaryKeyAsync(ITenantAccessOperations, String, String, String, CancellationToken)

Regenerate secondary access key

Update(ITenantAccessOperations, String, String, AccessInformationUpdateParameters, String, String)

Update tenant access information details.

UpdateAsync(ITenantAccessOperations, String, String, AccessInformationUpdateParameters, String, String, CancellationToken)

Update tenant access information details.

Applies to