Condividi tramite


SitesByServiceGroupOperations interface

Interfaccia che rappresenta un'operazione SitesByServiceGroup.

Proprietà

createOrUpdate

creare o aggiornare il sito nell'ambito SG

delete
get

Ottieni il sito nell'ambito SG

listByServiceGroup

elenco Sito nell'ambito SG

update

aggiornamento Sito nell'ambito SG

Dettagli proprietà

createOrUpdate

creare o aggiornare il sito nell'ambito SG

createOrUpdate: (servicegroupName: string, siteName: string, resource: Site, options?: SitesByServiceGroupCreateOrUpdateOptionalParams) => PollerLike<OperationState<Site>, Site>

Valore della proprietà

(servicegroupName: string, siteName: string, resource: Site, options?: SitesByServiceGroupCreateOrUpdateOptionalParams) => PollerLike<OperationState<Site>, Site>

delete

delete: (servicegroupName: string, siteName: string, options?: SitesByServiceGroupDeleteOptionalParams) => Promise<void>

Valore della proprietà

(servicegroupName: string, siteName: string, options?: SitesByServiceGroupDeleteOptionalParams) => Promise<void>

get

Ottieni il sito nell'ambito SG

get: (servicegroupName: string, siteName: string, options?: SitesByServiceGroupGetOptionalParams) => Promise<Site>

Valore della proprietà

(servicegroupName: string, siteName: string, options?: SitesByServiceGroupGetOptionalParams) => Promise<Site>

listByServiceGroup

elenco Sito nell'ambito SG

listByServiceGroup: (servicegroupName: string, options?: SitesByServiceGroupListByServiceGroupOptionalParams) => PagedAsyncIterableIterator<Site, Site[], PageSettings>

Valore della proprietà

(servicegroupName: string, options?: SitesByServiceGroupListByServiceGroupOptionalParams) => PagedAsyncIterableIterator<Site, Site[], PageSettings>

update

aggiornamento Sito nell'ambito SG

update: (servicegroupName: string, siteName: string, properties: SiteUpdate, options?: SitesByServiceGroupUpdateOptionalParams) => Promise<Site>

Valore della proprietà

(servicegroupName: string, siteName: string, properties: SiteUpdate, options?: SitesByServiceGroupUpdateOptionalParams) => Promise<Site>