SitesByServiceGroupOperations interface

SitesByServiceGroup işlemlerini temsil eden arabirim.

Özellikler

createOrUpdate

SG kapsamında Site oluşturma veya güncelleme

delete
get

SG kapsamında Site Alın

listByServiceGroup

liste SG kapsamındaki site

update

SG kapsamındaki siteyi güncelleyin

Özellik Ayrıntıları

createOrUpdate

SG kapsamında Site oluşturma veya güncelleme

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

Özellik Değeri

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

delete

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

Özellik Değeri

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

get

SG kapsamında Site Alın

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

Özellik Değeri

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

listByServiceGroup

liste SG kapsamındaki site

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

Özellik Değeri

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

update

SG kapsamındaki siteyi güncelleyin

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

Özellik Değeri

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