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