Aracılığıyla paylaş


NeighborGroups interface

NeighborGroups'ları temsil eden arabirim.

Yöntemler

beginCreate(string, string, NeighborGroup, NeighborGroupsCreateOptionalParams)

Komşu Grubu PUT yöntemini uygular.

beginCreateAndWait(string, string, NeighborGroup, NeighborGroupsCreateOptionalParams)

Komşu Grubu PUT yöntemini uygular.

beginDelete(string, string, NeighborGroupsDeleteOptionalParams)

Komşu Grubu DELETE yöntemini uygular.

beginDeleteAndWait(string, string, NeighborGroupsDeleteOptionalParams)

Komşu Grubu DELETE yöntemini uygular.

beginUpdate(string, string, NeighborGroupPatch, NeighborGroupsUpdateOptionalParams)

Komşu Grubunu güncelleştirir.

beginUpdateAndWait(string, string, NeighborGroupPatch, NeighborGroupsUpdateOptionalParams)

Komşu Grubunu güncelleştirir.

get(string, string, NeighborGroupsGetOptionalParams)

Komşu Grubunu alır.

listByResourceGroup(string, NeighborGroupsListByResourceGroupOptionalParams)

Get yöntemi kaynak grubuna göre NeighborGroups listesini görüntüler.

listBySubscription(NeighborGroupsListBySubscriptionOptionalParams)

Subscription GET yöntemine göre NeighborGroups listesini görüntüler.

Yöntem Ayrıntıları

beginCreate(string, string, NeighborGroup, NeighborGroupsCreateOptionalParams)

Komşu Grubu PUT yöntemini uygular.

function beginCreate(resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams): Promise<SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

neighborGroupName

string

Komşu Grubunun adı.

body
NeighborGroup

İstek yükü.

options
NeighborGroupsCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<@azure/core-lro.SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

beginCreateAndWait(string, string, NeighborGroup, NeighborGroupsCreateOptionalParams)

Komşu Grubu PUT yöntemini uygular.

function beginCreateAndWait(resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams): Promise<NeighborGroup>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

neighborGroupName

string

Komşu Grubunun adı.

body
NeighborGroup

İstek yükü.

options
NeighborGroupsCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<NeighborGroup>

beginDelete(string, string, NeighborGroupsDeleteOptionalParams)

Komşu Grubu DELETE yöntemini uygular.

function beginDelete(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

neighborGroupName

string

Komşu Grubunun adı.

options
NeighborGroupsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, NeighborGroupsDeleteOptionalParams)

Komşu Grubu DELETE yöntemini uygular.

function beginDeleteAndWait(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

neighborGroupName

string

Komşu Grubunun adı.

options
NeighborGroupsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

beginUpdate(string, string, NeighborGroupPatch, NeighborGroupsUpdateOptionalParams)

Komşu Grubunu güncelleştirir.

function beginUpdate(resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

neighborGroupName

string

Komşu Grubunun adı.

body
NeighborGroupPatch

Güncelleştirilecek Komşu Grubu özellikleri. Yalnızca ek açıklamalar desteklenir.

options
NeighborGroupsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<@azure/core-lro.SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

beginUpdateAndWait(string, string, NeighborGroupPatch, NeighborGroupsUpdateOptionalParams)

Komşu Grubunu güncelleştirir.

function beginUpdateAndWait(resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams): Promise<NeighborGroup>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

neighborGroupName

string

Komşu Grubunun adı.

body
NeighborGroupPatch

Güncelleştirilecek Komşu Grubu özellikleri. Yalnızca ek açıklamalar desteklenir.

options
NeighborGroupsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<NeighborGroup>

get(string, string, NeighborGroupsGetOptionalParams)

Komşu Grubunu alır.

function get(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsGetOptionalParams): Promise<NeighborGroup>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

neighborGroupName

string

Komşu Grubunun adı.

options
NeighborGroupsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<NeighborGroup>

listByResourceGroup(string, NeighborGroupsListByResourceGroupOptionalParams)

Get yöntemi kaynak grubuna göre NeighborGroups listesini görüntüler.

function listByResourceGroup(resourceGroupName: string, options?: NeighborGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NeighborGroup, NeighborGroup[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
NeighborGroupsListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listBySubscription(NeighborGroupsListBySubscriptionOptionalParams)

Subscription GET yöntemine göre NeighborGroups listesini görüntüler.

function listBySubscription(options?: NeighborGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NeighborGroup, NeighborGroup[], PageSettings>

Parametreler

options
NeighborGroupsListBySubscriptionOptionalParams

Seçenekler parametreleri.

Döndürülenler