IWithAttach<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.
public interface 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.IWithStartDate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
interface IInUpdate<'ParentT>
interface IWithStartDate<'ParentT>
interface IWithDuration<'ParentT>
interface IWithAuthFile<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAuthFile(Of ParentT), IWithDuration(Of ParentT), IWithStartDate(Of ParentT)
Type Parameters
- ParentT
- Derived
- Implements
Methods
Attach() | (Inherited from IInUpdate<ParentT>) |
WithAuthFileToExport(StreamWriter) | (Inherited from IWithAuthFile<ParentT>) |
WithDuration(TimeSpan) | (Inherited from IWithDuration<ParentT>) |
WithStartDate(DateTime) | (Inherited from IWithStartDate<ParentT>) |