IAppServiceCertificateOrder Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning.
public interface IAppServiceCertificateOrder : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateOrderInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateOrderInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Update.IUpdate>
type IAppServiceCertificateOrder = interface
interface IBeta
interface IGroupableResource<IAppServiceManager, AppServiceCertificateOrderInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IAppServiceManager>
interface IHasInner<AppServiceCertificateOrderInner>
interface IRefreshable<IAppServiceCertificateOrder>
interface IUpdatable<IUpdate>
Public Interface IAppServiceCertificateOrder
Implements IBeta, IGroupableResource(Of IAppServiceManager, AppServiceCertificateOrderInner), IHasInner(Of AppServiceCertificateOrderInner), IHasManager(Of IAppServiceManager), IRefreshable(Of IAppServiceCertificateOrder), IUpdatable(Of IUpdate)
- Implementeringar
-
IBeta IGroupableResource<IAppServiceManager,AppServiceCertificateOrderInner> IHasId IHasInner<InnerT> IHasInner<AppServiceCertificateOrderInner> IHasManager<ManagerT> IHasManager<IAppServiceManager> IHasName IHasResourceGroup IResource IIndexable IRefreshable<IAppServiceCertificateOrder> IUpdatable<IUpdate>
Egenskaper
AutoRenew |
Hämtar om certifikatet ska förnyas automatiskt när det upphör att gälla. |
CertificateSigningRequest |
Hämtar den senaste begäran om certifikatsignering som skapades för den här ordern. |
DistinguishedName |
Hämtar certifikatets unika namn. |
DomainVerificationToken |
Hämtar domänverifieringstoken. |
ExpirationTime |
Hämtar förfallotid. |
Id |
Hämtar resurs-ID-strängen (Ärvd från IHasId) |
Inner |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. (Ärvd från IHasInner<T>) |
Intermediate |
Hämtar det mellanliggande certifikatet. |
Key |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. (Ärvd från IIndexable) |
KeySize |
Hämtar certifikatnyckelns storlek. |
LastCertificateIssuanceTime |
Hämtar senaste utfärdandetid. |
Manager |
Hämtar managerklienttypen för den här resurstypen. (Ärvd från IHasManager<ManagerT>) |
Name |
Hämtar namnet på resursen (Ärvd från IHasName) |
ProductType |
Hämtar certifikatets produkttyp. |
Region |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. (Ärvd från IResource) |
RegionName |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. (Ärvd från IResource) |
ResourceGroupName |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. (Ärvd från IHasResourceGroup) |
Root |
Hämtar rotcertifikatet. |
SerialNumber |
Hämtar certifikatets aktuella serienummer. |
SignedCertificate |
Hämtar det signerade certifikatet. |
Status |
Hämtar aktuell orderstatus. |
Tags |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. (Ärvd från IResource) |
Type |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. (Ärvd från IResource) |
ValidityInYears |
Hämtar varaktighet i år (måste vara mellan 1 och 3). |
Metoder
CreateKeyVaultBinding(String, IVault) |
Binda en Key Vault hemlighet till ett certifikatarkiv som ska användas för att lagra certifikatet när det är klart. |
CreateKeyVaultBindingAsync(String, IVault, CancellationToken) |
Binda en Key Vault hemlighet till ett certifikatarkiv som ska användas för att lagra certifikatet när det är klart. |
GetKeyVaultBinding() |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. |
GetKeyVaultBindingAsync(CancellationToken) |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. |
Refresh() |
Uppdaterar resursen för synkronisering med Azure. (Ärvd från IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Uppdaterar resursen för synkronisering med Azure. (Ärvd från IRefreshable<T>) |
Update() |
En oföränderlig representation på klientsidan av en Azure App Service certifikatordning. (Ärvd från IUpdatable<T>) |
VerifyDomainOwnership(IAppServiceDomain) |
Verifierar ägarskapet för domänen genom att tillhandahålla den Azure-köpta domänen. |
VerifyDomainOwnershipAsync(IAppServiceDomain, CancellationToken) |
Verifierar ägarskapet för domänen genom att tillhandahålla den Azure-köpta domänen. |
Gäller för
Azure SDK for .NET