EndpointsOperations interface
Interfaccia che rappresenta un'operazione Endpoints.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Crea un nuovo endpoint CDN con il nome specificato sotto l'abbonamento, il gruppo di risorse e il profilo specificati. |
| delete | Elimina un endpoint della rete CDN esistente con il nome dell'endpoint specificato nella sottoscrizione, nel gruppo di risorse e nel profilo specificati. |
| get | Ottiene un endpoint della rete CDN esistente con il nome dell'endpoint specificato nella sottoscrizione, nel gruppo di risorse e nel profilo specificati. |
| list |
Elenca gli endpoint CDN esistenti. |
| list |
Controlla la quota e l'utilizzo dei filtri geografici e dei domini personalizzati nell'endpoint specificato. |
| load |
Pre-carica un contenuto nella rete CDN. Disponibile per i profili Verizon. |
| purge |
Rimuove un contenuto dalla rete CDN. |
| start | Avvia un endpoint della rete CDN esistente in stato arrestato. |
| stop | Arresta un endpoint della rete CDN in esecuzione esistente. |
| update | Aggiorna un endpoint CDN esistente con il nome specificato sotto l'abbonamento, il gruppo di risorse e il profilo specificati. Solo i tag possono essere aggiornati dopo la creazione di un endpoint. Per aggiornare le origini, usare l'operazione Aggiorna origine. Per aggiornare i gruppi di origine, usare l'operazione Aggiorna gruppo di origine. Per aggiornare domini personalizzati, usare l'operazione Aggiorna dominio personalizzato. |
| validate |
Convalida il mapping del dominio personalizzato per assicurarsi che venga mappato all'endpoint della rete CDN corretto in DNS. |
Dettagli proprietà
beginCreate
Avviso
Questa API è ora deprecata.
use create instead
beginCreate: (resourceGroupName: string, profileName: string, endpointName: string, endpointParam: Endpoint, options?: EndpointsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, endpointParam: Endpoint, options?: EndpointsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>
beginCreateAndWait
Avviso
Questa API è ora deprecata.
use create instead
beginCreateAndWait: (resourceGroupName: string, profileName: string, endpointName: string, endpointParam: Endpoint, options?: EndpointsCreateOptionalParams) => Promise<Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, endpointParam: Endpoint, options?: EndpointsCreateOptionalParams) => Promise<Endpoint>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => Promise<void>
beginLoadContent
Avviso
Questa API è ora deprecata.
use loadContent instead
beginLoadContent: (resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginLoadContentAndWait
Avviso
Questa API è ora deprecata.
use loadContent instead
beginLoadContentAndWait: (resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams) => Promise<void>
beginPurgeContent
Avviso
Questa API è ora deprecata.
use purgeContent instead
beginPurgeContent: (resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginPurgeContentAndWait
Avviso
Questa API è ora deprecata.
use purgeContent instead
beginPurgeContentAndWait: (resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams) => Promise<void>
beginStart
Avviso
Questa API è ora deprecata.
use start instead
beginStart: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams) => Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams) => Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>
beginStartAndWait
Avviso
Questa API è ora deprecata.
use start instead
beginStartAndWait: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams) => Promise<Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams) => Promise<Endpoint>
beginStop
Avviso
Questa API è ora deprecata.
use stop instead
beginStop: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams) => Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams) => Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>
beginStopAndWait
Avviso
Questa API è ora deprecata.
use stop instead
beginStopAndWait: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams) => Promise<Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams) => Promise<Endpoint>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Endpoint>, Endpoint>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams) => Promise<Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams) => Promise<Endpoint>
create
Crea un nuovo endpoint CDN con il nome specificato sotto l'abbonamento, il gruppo di risorse e il profilo specificati.
create: (resourceGroupName: string, profileName: string, endpointName: string, endpointParam: Endpoint, options?: EndpointsCreateOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, endpointParam: Endpoint, options?: EndpointsCreateOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>
delete
Elimina un endpoint della rete CDN esistente con il nome dell'endpoint specificato nella sottoscrizione, nel gruppo di risorse e nel profilo specificati.
delete: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ottiene un endpoint della rete CDN esistente con il nome dell'endpoint specificato nella sottoscrizione, nel gruppo di risorse e nel profilo specificati.
get: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsGetOptionalParams) => Promise<Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsGetOptionalParams) => Promise<Endpoint>
listByProfile
Elenca gli endpoint CDN esistenti.
listByProfile: (resourceGroupName: string, profileName: string, options?: EndpointsListByProfileOptionalParams) => PagedAsyncIterableIterator<Endpoint, Endpoint[], PageSettings>
Valore della proprietà
(resourceGroupName: string, profileName: string, options?: EndpointsListByProfileOptionalParams) => PagedAsyncIterableIterator<Endpoint, Endpoint[], PageSettings>
listResourceUsage
Controlla la quota e l'utilizzo dei filtri geografici e dei domini personalizzati nell'endpoint specificato.
listResourceUsage: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsListResourceUsageOptionalParams) => PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsListResourceUsageOptionalParams) => PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>
loadContent
Pre-carica un contenuto nella rete CDN. Disponibile per i profili Verizon.
loadContent: (resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams) => PollerLike<OperationState<void>, void>
purgeContent
Rimuove un contenuto dalla rete CDN.
purgeContent: (resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams) => PollerLike<OperationState<void>, void>
start
Avvia un endpoint della rete CDN esistente in stato arrestato.
start: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>
stop
Arresta un endpoint della rete CDN in esecuzione esistente.
stop: (resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>
update
Aggiorna un endpoint CDN esistente con il nome specificato sotto l'abbonamento, il gruppo di risorse e il profilo specificati. Solo i tag possono essere aggiornati dopo la creazione di un endpoint. Per aggiornare le origini, usare l'operazione Aggiorna origine. Per aggiornare i gruppi di origine, usare l'operazione Aggiorna gruppo di origine. Per aggiornare domini personalizzati, usare l'operazione Aggiorna dominio personalizzato.
update: (resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams) => PollerLike<OperationState<Endpoint>, Endpoint>
validateCustomDomain
Convalida il mapping del dominio personalizzato per assicurarsi che venga mappato all'endpoint della rete CDN corretto in DNS.
validateCustomDomain: (resourceGroupName: string, profileName: string, endpointName: string, customDomainProperties: ValidateCustomDomainInput, options?: EndpointsValidateCustomDomainOptionalParams) => Promise<ValidateCustomDomainOutput>
Valore della proprietà
(resourceGroupName: string, profileName: string, endpointName: string, customDomainProperties: ValidateCustomDomainInput, options?: EndpointsValidateCustomDomainOptionalParams) => Promise<ValidateCustomDomainOutput>