IUpdateDefinition<ParentT> 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 entirety of a credential definition as part of a application or service principal update.
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Graph.RBAC.Fluent.PasswordCredential.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.PasswordCredential.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.PasswordCredential.UpdateDefinition.IWithAuthFile<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.PasswordCredential.UpdateDefinition.IWithDuration<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.PasswordCredential.UpdateDefinition.IWithKey<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.PasswordCredential.UpdateDefinition.IWithStartDate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithKey<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithStartDate<'ParentT>
interface IWithDuration<'ParentT>
interface IWithAuthFile<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithAuthFile(Of ParentT), IWithDuration(Of ParentT), IWithKey(Of ParentT), IWithStartDate(Of ParentT)
Type Parameters
- ParentT
The return type of the final UpdateDefinitionStages.WithAttach.attach().
- Derived
- Implements
Methods
Attach() | (Inherited from IInUpdate<ParentT>) |
WithAuthFileToExport(StreamWriter) |
Export the information of this service principal into an auth file. (Inherited from IWithAuthFile<ParentT>) |
WithDuration(TimeSpan) |
Specifies the duration for which password or key would be valid. Default value is 1 year. (Inherited from IWithDuration<ParentT>) |
WithPasswordValue(String) |
Use a password as a key. (Inherited from IWithKey<ParentT>) |
WithStartDate(DateTime) |
Specifies the start date after which password or key would be valid. Default value is current time. (Inherited from IWithStartDate<ParentT>) |
Applies to
Azure SDK for .NET