IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for a service principal update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithCredential, Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IWithRoleAssignment, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal>
type IUpdate = interface
interface IAppliable<IServicePrincipal>
interface IIndexable
interface IWithCredential
interface IWithCredentialBeta
interface IBeta
interface IWithRoleAssignment
interface IWithRoleAssignmentBeta
Public Interface IUpdate
Implements IAppliable(Of IServicePrincipal), IBeta, IWithCredential, IWithRoleAssignment
- Derived
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
DefineCertificateCredential() |
Starts the definition of a certificate credential. (Inherited from IWithCredentialBeta) |
DefineCertificateCredential(String) |
Starts the definition of a certificate credential. (Inherited from IWithCredentialBeta) |
DefinePasswordCredential(String) |
Starts the definition of a password credential. (Inherited from IWithCredentialBeta) |
WithNewRole(BuiltInRole, String) |
Assigns a new role to the service principal. (Inherited from IWithRoleAssignmentBeta) |
WithNewRoleInResourceGroup(BuiltInRole, IResourceGroup) |
Assigns a new role to the service principal. (Inherited from IWithRoleAssignmentBeta) |
WithNewRoleInSubscription(BuiltInRole, String) |
Assigns a new role to the service principal. (Inherited from IWithRoleAssignmentBeta) |
WithoutCredential(String) |
Removes a credential. (Inherited from IWithCredentialBeta) |
WithoutCredentialByIdentifier(String) |
Removes a credential. (Inherited from IWithCredentialBeta) |
WithoutRole(IRoleAssignment) |
Removes a role from the service principal. (Inherited from IWithRoleAssignmentBeta) |
Applies to
Azure SDK for .NET