Azure.ResourceManager.ManagedServiceIdentities Namespace

Classes

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

A class representing the FederatedIdentityCredential data model. 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 GetFederatedIdentityCredentialResource method. Otherwise you can get one from its parent resource UserAssignedIdentityResource using the GetFederatedIdentityCredential method.

ManagedServiceIdentitiesExtensions

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

SystemAssignedIdentityData

A class representing the SystemAssignedIdentity data model. 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 GetSystemAssignedIdentityResource 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 an UserAssignedIdentityCollection instance call the GetUserAssignedIdentities method from an instance of ResourceGroupResource.

UserAssignedIdentityData

A class representing the UserAssignedIdentity data model. Describes an identity resource.

UserAssignedIdentityResource

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