IDefinition 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.
Container interface for all the definitions that need to be implemented.
public interface IDefinition : Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IBlank, Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate, Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCreate, Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithGroup, Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithPfxFilePassword, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCertificate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificate>
type IDefinition = interface
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IWithGroup<IWithCertificate>
interface IWithExistingResourceGroup<IWithCertificate>
interface IWithNewResourceGroup<IWithCertificate>
interface IWithCreatableResourceGroup<IWithCertificate>
interface IWithCertificate
interface IWithPfxFilePassword
interface IWithCreate
interface ICreatable<IAppServiceCertificate>
interface IIndexable
Public Interface IDefinition
Implements IBlank, ICreatable(Of IAppServiceCertificate), IDefinitionWithRegion(Of IWithGroup), IWithCertificate, IWithCreatableResourceGroup(Of IWithCertificate), IWithCreate, IWithExistingResourceGroup(Of IWithCertificate), IWithGroup, IWithGroup(Of IWithCertificate), IWithNewResourceGroup(Of IWithCertificate), IWithPfxFilePassword
- Implements
-
IBlank IWithCertificate IWithCreate IWithGroup IWithPfxFilePassword IWithCreatableResourceGroup<IWithCertificate> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithCertificate> IWithExistingResourceGroup<T> IWithGroup<IWithCertificate> IWithNewResourceGroup<IWithCertificate> IWithNewResourceGroup<T> IDefinitionWithRegion<IWithGroup> ICreatable<IAppServiceCertificate> IIndexable
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithExistingCertificateOrder(IAppServiceCertificateOrder) |
Specifies the app service certificate. (Inherited from IWithCertificate) |
WithExistingResourceGroup(IResourceGroup) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithNewResourceGroup() | (Inherited from IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Creates a new resource group to put the resource in, based on the definition specified. (Inherited from IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) | (Inherited from IWithNewResourceGroup<T>) |
WithPfxByteArray(Byte[]) |
Specifies the PFX byte array to upload. (Inherited from IWithCertificate) |
WithPfxFile(String) |
Specifies the PFX certificate file to upload. (Inherited from IWithCertificate) |
WithPfxFileFromUrl(String) |
Specifies the PFX file from a URL. (Inherited from IWithCertificate) |
WithPfxPassword(String) |
Specifies the password to the PFX certificate. (Inherited from IWithPfxFilePassword) |
WithRegion(Region) |
Specifies the region for the resource. (Inherited from IDefinitionWithRegion<T>) |
WithRegion(String) |
Specifies the region for the resource by name. (Inherited from IDefinitionWithRegion<T>) |
Applies to
Azure SDK for .NET