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 an application update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithCredential, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithIdentifierUrl, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithMultiTenant, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithReplyUrl, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithSignOnUrl, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>
type IUpdate = interface
interface IAppliable<IActiveDirectoryApplication>
interface IIndexable
interface IWithSignOnUrl
interface IWithIdentifierUrl
interface IWithReplyUrl
interface IWithCredential
interface IWithMultiTenant
Public Interface IUpdate
Implements IAppliable(Of IActiveDirectoryApplication), IWithCredential, IWithIdentifierUrl, IWithMultiTenant, IWithReplyUrl, IWithSignOnUrl
- 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 IWithCredential) |
DefineCertificateCredential(String) |
Starts the definition of a certificate credential. (Inherited from IWithCredential) |
DefinePasswordCredential(String) |
Starts the definition of a password credential. (Inherited from IWithCredential) |
WithAvailableToOtherTenants(Boolean) |
Specifies if the application can be used in multiple tenants. (Inherited from IWithMultiTenant) |
WithIdentifierUrl(String) |
Adds an identifier URL to the application. (Inherited from IWithIdentifierUrl) |
WithoutCredential(String) |
Removes a key. (Inherited from IWithCredential) |
WithoutCredentialByIdentifier(String) |
Removes a key. (Inherited from IWithCredential) |
WithoutIdentifierUrl(String) |
Removes an identifier URL from the application. (Inherited from IWithIdentifierUrl) |
WithoutReplyUrl(String) |
Removes a reply URL. (Inherited from IWithReplyUrl) |
WithReplyUrl(String) |
Adds a reply URL to the application. (Inherited from IWithReplyUrl) |
WithSignOnUrl(String) |
Specifies the sign on URL. (Inherited from IWithSignOnUrl) |
Applies to
Azure SDK for .NET