Aracılığıyla paylaş


Gateway class

Bir Ağ Geçidini temsil eden sınıf.

Oluşturucular

Gateway(ServiceFabricMeshManagementClientContext)

Ağ Geçidi oluşturma.

Yöntemler

create(string, string, GatewayResourceDescription, RequestOptionsBase)

Belirtilen ad, açıklama ve özelliklere sahip bir ağ geçidi kaynağı oluşturur. Aynı ada sahip bir ağ geçidi kaynağı varsa, belirtilen açıklama ve özelliklerle güncelleştirilir. Uygulamanızdaki hizmetler için genel bağlantı için bir ağ geçidi oluşturmak üzere ağ geçidi kaynaklarını kullanın.

create(string, string, GatewayResourceDescription, RequestOptionsBase, ServiceCallback<GatewayResourceDescription>)
create(string, string, GatewayResourceDescription, ServiceCallback<GatewayResourceDescription>)
deleteMethod(string, string, RequestOptionsBase)

Adıyla tanımlanan ağ geçidi kaynağını siler.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

Verilen ada sahip ağ geçidi kaynağı hakkındaki bilgileri alır. Bilgiler, ağ geçidinin açıklamasını ve diğer özelliklerini içerir.

get(string, string, RequestOptionsBase, ServiceCallback<GatewayResourceDescription>)
get(string, string, ServiceCallback<GatewayResourceDescription>)
listByResourceGroup(string, RequestOptionsBase)

Belirli bir kaynak grubundaki tüm ağ geçidi kaynakları hakkındaki bilgileri alır. Bilgiler, Ağ Geçidinin açıklamasını ve diğer özelliklerini içerir.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)
listByResourceGroup(string, ServiceCallback<GatewayResourceDescriptionList>)
listByResourceGroupNext(string, RequestOptionsBase)

Belirli bir kaynak grubundaki tüm ağ geçidi kaynakları hakkındaki bilgileri alır. Bilgiler, Ağ Geçidinin açıklamasını ve diğer özelliklerini içerir.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)
listByResourceGroupNext(string, ServiceCallback<GatewayResourceDescriptionList>)
listBySubscription(RequestOptionsBase)

Belirli bir kaynak grubundaki tüm ağ geçidi kaynakları hakkındaki bilgileri alır. Bilgiler, ağ geçidinin açıklamasını ve diğer özelliklerini içerir.

listBySubscription(RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)
listBySubscription(ServiceCallback<GatewayResourceDescriptionList>)
listBySubscriptionNext(string, RequestOptionsBase)

Belirli bir kaynak grubundaki tüm ağ geçidi kaynakları hakkındaki bilgileri alır. Bilgiler, ağ geçidinin açıklamasını ve diğer özelliklerini içerir.

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)
listBySubscriptionNext(string, ServiceCallback<GatewayResourceDescriptionList>)

Oluşturucu Ayrıntıları

Gateway(ServiceFabricMeshManagementClientContext)

Ağ Geçidi oluşturma.

new Gateway(client: ServiceFabricMeshManagementClientContext)

Parametreler

client
ServiceFabricMeshManagementClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

create(string, string, GatewayResourceDescription, RequestOptionsBase)

Belirtilen ad, açıklama ve özelliklere sahip bir ağ geçidi kaynağı oluşturur. Aynı ada sahip bir ağ geçidi kaynağı varsa, belirtilen açıklama ve özelliklerle güncelleştirilir. Uygulamanızdaki hizmetler için genel bağlantı için bir ağ geçidi oluşturmak üzere ağ geçidi kaynaklarını kullanın.

function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, options?: RequestOptionsBase): Promise<GatewayCreateResponse>

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

gatewayResourceDescription
GatewayResourceDescription

Ağ geçidi kaynağı oluşturmak için açıklama.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.GatewayCreateResponse>

create(string, string, GatewayResourceDescription, RequestOptionsBase, ServiceCallback<GatewayResourceDescription>)

function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescription>)

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

gatewayResourceDescription
GatewayResourceDescription

Ağ geçidi kaynağı oluşturmak için açıklama.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<GatewayResourceDescription>

Geri çağırma

create(string, string, GatewayResourceDescription, ServiceCallback<GatewayResourceDescription>)

function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, callback: ServiceCallback<GatewayResourceDescription>)

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

gatewayResourceDescription
GatewayResourceDescription

Ağ geçidi kaynağı oluşturmak için açıklama.

callback

ServiceCallback<GatewayResourceDescription>

Geri çağırma

deleteMethod(string, string, RequestOptionsBase)

Adıyla tanımlanan ağ geçidi kaynağını siler.

function deleteMethod(resourceGroupName: string, gatewayResourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, gatewayResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, gatewayResourceName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, RequestOptionsBase)

Verilen ada sahip ağ geçidi kaynağı hakkındaki bilgileri alır. Bilgiler, ağ geçidinin açıklamasını ve diğer özelliklerini içerir.

function get(resourceGroupName: string, gatewayResourceName: string, options?: RequestOptionsBase): Promise<GatewayGetResponse>

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.GatewayGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<GatewayResourceDescription>)

function get(resourceGroupName: string, gatewayResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescription>)

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<GatewayResourceDescription>

Geri çağırma

get(string, string, ServiceCallback<GatewayResourceDescription>)

function get(resourceGroupName: string, gatewayResourceName: string, callback: ServiceCallback<GatewayResourceDescription>)

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

gatewayResourceName

string

Ağ geçidinin kimliği.

callback

ServiceCallback<GatewayResourceDescription>

Geri çağırma

listByResourceGroup(string, RequestOptionsBase)

Belirli bir kaynak grubundaki tüm ağ geçidi kaynakları hakkındaki bilgileri alır. Bilgiler, Ağ Geçidinin açıklamasını ve diğer özelliklerini içerir.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<GatewayListByResourceGroupResponse>

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.GatewayListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescriptionList>)

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

options
RequestOptionsBase

İsteğe bağlı parametreler

listByResourceGroup(string, ServiceCallback<GatewayResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<GatewayResourceDescriptionList>)

Parametreler

resourceGroupName

string

Azure kaynak grubu adı

listByResourceGroupNext(string, RequestOptionsBase)

Belirli bir kaynak grubundaki tüm ağ geçidi kaynakları hakkındaki bilgileri alır. Bilgiler, Ağ Geçidinin açıklamasını ve diğer özelliklerini içerir.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<GatewayListByResourceGroupNextResponse>

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.GatewayListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescriptionList>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

listByResourceGroupNext(string, ServiceCallback<GatewayResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<GatewayResourceDescriptionList>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

listBySubscription(RequestOptionsBase)

Belirli bir kaynak grubundaki tüm ağ geçidi kaynakları hakkındaki bilgileri alır. Bilgiler, ağ geçidinin açıklamasını ve diğer özelliklerini içerir.

function listBySubscription(options?: RequestOptionsBase): Promise<GatewayListBySubscriptionResponse>

Parametreler

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.GatewayListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescriptionList>)

Parametreler

options
RequestOptionsBase

İsteğe bağlı parametreler

listBySubscription(ServiceCallback<GatewayResourceDescriptionList>)

function listBySubscription(callback: ServiceCallback<GatewayResourceDescriptionList>)

Parametreler

listBySubscriptionNext(string, RequestOptionsBase)

Belirli bir kaynak grubundaki tüm ağ geçidi kaynakları hakkındaki bilgileri alır. Bilgiler, ağ geçidinin açıklamasını ve diğer özelliklerini içerir.

function listBySubscriptionNext(nextPageLink: string, options?: RequestOptionsBase): Promise<GatewayListBySubscriptionNextResponse>

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.GatewayListBySubscriptionNextResponse>

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescriptionList>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

listBySubscriptionNext(string, ServiceCallback<GatewayResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, callback: ServiceCallback<GatewayResourceDescriptionList>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.