NeighborGroups interface
NeighborGroups'ları temsil eden arabirim.
Yöntemler
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ü.
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ü.
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ı.
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ı.
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.
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.
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.
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
Seçenekler parametreleri.