Azure.ResourceManager.ManagedServiceIdentities Namespace

Classes

Name Description
AzureResourceManagerManagedServiceIdentitiesContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md

FederatedIdentityCredentialCollection

A class representing a collection of FederatedIdentityCredentialResource and their operations. Each FederatedIdentityCredentialResource in the collection will belong to the same instance of UserAssignedIdentityResource. To get a FederatedIdentityCredentialCollection instance call the GetFederatedIdentityCredentials method from an instance of UserAssignedIdentityResource.

FederatedIdentityCredentialData

Describes a federated identity credential.

FederatedIdentityCredentialResource

A class representing a FederatedIdentityCredential along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a FederatedIdentityCredentialResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource UserAssignedIdentityResource using the GetFederatedIdentityCredentials method.

ManagedServiceIdentitiesExtensions

A class to add extension methods to Azure.ResourceManager.ManagedServiceIdentities.

SystemAssignedIdentityData

Describes a system assigned identity resource.

SystemAssignedIdentityResource

A class representing a SystemAssignedIdentity along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a SystemAssignedIdentityResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ArmResource using the GetSystemAssignedIdentity method.

UserAssignedIdentityCollection

A class representing a collection of UserAssignedIdentityResource and their operations. Each UserAssignedIdentityResource in the collection will belong to the same instance of ResourceGroupResource. To get a UserAssignedIdentityCollection instance call the GetUserAssignedIdentities method from an instance of ResourceGroupResource.

UserAssignedIdentityData

Describes an identity resource.

UserAssignedIdentityResource

A class representing a UserAssignedIdentity along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a UserAssignedIdentityResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetUserAssignedIdentities method.