Aracılığıyla paylaş


ArtifactSources class

ArtifactSources'ları temsil eden sınıf.

Oluşturucular

ArtifactSources(AzureDeploymentManagerContext)

ArtifactSources oluşturun.

Yöntemler

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams)

Zaman uyumlu bir şekilde yeni bir yapıt kaynağı oluşturur veya mevcut yapıt kaynağını güncelleştirir.

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams, ServiceCallback<ArtifactSource>)
createOrUpdate(string, string, ServiceCallback<ArtifactSource>)
deleteMethod(string, string, RequestOptionsBase)
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)
get(string, string, RequestOptionsBase, ServiceCallback<ArtifactSource>)
get(string, string, ServiceCallback<ArtifactSource>)
list(string, RequestOptionsBase)
list(string, RequestOptionsBase, ServiceCallback<ArtifactSource[]>)
list(string, ServiceCallback<ArtifactSource[]>)

Oluşturucu Ayrıntıları

ArtifactSources(AzureDeploymentManagerContext)

ArtifactSources oluşturun.

new ArtifactSources(client: AzureDeploymentManagerContext)

Parametreler

client
AzureDeploymentManagerContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams)

Zaman uyumlu bir şekilde yeni bir yapıt kaynağı oluşturur veya mevcut yapıt kaynağını güncelleştirir.

function createOrUpdate(resourceGroupName: string, artifactSourceName: string, options?: ArtifactSourcesCreateOrUpdateOptionalParams): Promise<ArtifactSourcesCreateOrUpdateResponse>

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

options
ArtifactSourcesCreateOrUpdateOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ArtifactSourcesCreateOrUpdateResponse>

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams, ServiceCallback<ArtifactSource>)

function createOrUpdate(resourceGroupName: string, artifactSourceName: string, options: ArtifactSourcesCreateOrUpdateOptionalParams, callback: ServiceCallback<ArtifactSource>)

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

options
ArtifactSourcesCreateOrUpdateOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<ArtifactSource>

Geri çağırma

createOrUpdate(string, string, ServiceCallback<ArtifactSource>)

function createOrUpdate(resourceGroupName: string, artifactSourceName: string, callback: ServiceCallback<ArtifactSource>)

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

callback

ServiceCallback<ArtifactSource>

Geri çağırma

deleteMethod(string, string, RequestOptionsBase)

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

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

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, artifactSourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

deleteMethod(string, string, ServiceCallback<void>)

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

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, RequestOptionsBase)

function get(resourceGroupName: string, artifactSourceName: string, options?: RequestOptionsBase): Promise<ArtifactSourcesGetResponse>

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ArtifactSourcesGetResponse>

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

function get(resourceGroupName: string, artifactSourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ArtifactSource>)

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ArtifactSource>

Geri çağırma

get(string, string, ServiceCallback<ArtifactSource>)

function get(resourceGroupName: string, artifactSourceName: string, callback: ServiceCallback<ArtifactSource>)

Parametreler

resourceGroupName

string

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

artifactSourceName

string

Yapıt kaynağının adı.

callback

ServiceCallback<ArtifactSource>

Geri çağırma

list(string, RequestOptionsBase)

function list(resourceGroupName: string, options?: RequestOptionsBase): Promise<ArtifactSourcesListResponse>

Parametreler

resourceGroupName

string

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

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ArtifactSourcesListResponse>

list(string, RequestOptionsBase, ServiceCallback<ArtifactSource[]>)

function list(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<ArtifactSource[]>)

Parametreler

resourceGroupName

string

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

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ArtifactSource[]>

Geri çağırma

list(string, ServiceCallback<ArtifactSource[]>)

function list(resourceGroupName: string, callback: ServiceCallback<ArtifactSource[]>)

Parametreler

resourceGroupName

string

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

callback

ServiceCallback<ArtifactSource[]>

Geri çağırma