Partilhar via


GalleryInVMAccessControlProfiles interface

Interface que representa um GalleryInVMAccessControlProfiles.

Métodos

beginCreateOrUpdate(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)

Crie ou atualize uma galeria inVMAccessControlProfile.

beginCreateOrUpdateAndWait(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)

Crie ou atualize uma galeria inVMAccessControlProfile.

beginDelete(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)

Exclua uma galeria no VMAccessControlProfile.

beginDeleteAndWait(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)

Exclua uma galeria no VMAccessControlProfile.

beginUpdate(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)

Atualize uma galeria inVMAccessControlProfile.

beginUpdateAndWait(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)

Atualize uma galeria inVMAccessControlProfile.

get(string, string, string, GalleryInVMAccessControlProfilesGetOptionalParams)

Recupera informações sobre uma galeria inVMAccessControlProfile.

listByGallery(string, string, GalleryInVMAccessControlProfilesListByGalleryOptionalParams)

Listar galeria emVMAccessControlProfiles em uma galeria.

Detalhes de Método

beginCreateOrUpdate(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)

Crie ou atualize uma galeria inVMAccessControlProfile.

function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfile, options?: GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfile>, GalleryInVMAccessControlProfile>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

galleryName

string

O nome da Galeria de Imagens Compartilhadas na qual o InVMAccessControlProfile deve ser criado.

inVMAccessControlProfileName

string

O nome da galeria inVMAccessControlProfile a ser criado ou atualizado. Os caracteres permitidos são alfabetos e números com pontos, traços e pontos permitidos no meio. O comprimento máximo é de 80 caracteres.

galleryInVMAccessControlProfile
GalleryInVMAccessControlProfile

Parâmetros fornecidos para a operação de criação ou atualização da galeria inVMAccessControlProfile.

Devoluções

beginCreateOrUpdateAndWait(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)

Crie ou atualize uma galeria inVMAccessControlProfile.

function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfile, options?: GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams): Promise<GalleryInVMAccessControlProfile>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

galleryName

string

O nome da Galeria de Imagens Compartilhadas na qual o InVMAccessControlProfile deve ser criado.

inVMAccessControlProfileName

string

O nome da galeria inVMAccessControlProfile a ser criado ou atualizado. Os caracteres permitidos são alfabetos e números com pontos, traços e pontos permitidos no meio. O comprimento máximo é de 80 caracteres.

galleryInVMAccessControlProfile
GalleryInVMAccessControlProfile

Parâmetros fornecidos para a operação de criação ou atualização da galeria inVMAccessControlProfile.

Devoluções

beginDelete(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)

Exclua uma galeria no VMAccessControlProfile.

function beginDelete(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesDeleteHeaders>, GalleryInVMAccessControlProfilesDeleteHeaders>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

galleryName

string

o nome da Galeria de Imagens Partilhadas em que o InVMAccessControlProfile reside.

inVMAccessControlProfileName

string

O nome da galeria inVMAccessControlProfile a ser excluído.

options
GalleryInVMAccessControlProfilesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

beginDeleteAndWait(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)

Exclua uma galeria no VMAccessControlProfile.

function beginDeleteAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesDeleteOptionalParams): Promise<GalleryInVMAccessControlProfilesDeleteHeaders>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

galleryName

string

o nome da Galeria de Imagens Partilhadas em que o InVMAccessControlProfile reside.

inVMAccessControlProfileName

string

O nome da galeria inVMAccessControlProfile a ser excluído.

options
GalleryInVMAccessControlProfilesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

beginUpdate(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)

Atualize uma galeria inVMAccessControlProfile.

function beginUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfileUpdate, options?: GalleryInVMAccessControlProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfile>, GalleryInVMAccessControlProfile>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

galleryName

string

O nome da Galeria de Imagens Compartilhadas na qual o InVMAccessControlProfile deve ser atualizado.

inVMAccessControlProfileName

string

O nome da galeria inVMAccessControlProfile a ser atualizado. Os caracteres permitidos são alfabetos e números com pontos, traços e pontos permitidos no meio. O comprimento máximo é de 80 caracteres.

galleryInVMAccessControlProfile
GalleryInVMAccessControlProfileUpdate

Parâmetros fornecidos para a galeria de atualização inVMAccessControlProfile operação.

options
GalleryInVMAccessControlProfilesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

beginUpdateAndWait(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)

Atualize uma galeria inVMAccessControlProfile.

function beginUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfileUpdate, options?: GalleryInVMAccessControlProfilesUpdateOptionalParams): Promise<GalleryInVMAccessControlProfile>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

galleryName

string

O nome da Galeria de Imagens Compartilhadas na qual o InVMAccessControlProfile deve ser atualizado.

inVMAccessControlProfileName

string

O nome da galeria inVMAccessControlProfile a ser atualizado. Os caracteres permitidos são alfabetos e números com pontos, traços e pontos permitidos no meio. O comprimento máximo é de 80 caracteres.

galleryInVMAccessControlProfile
GalleryInVMAccessControlProfileUpdate

Parâmetros fornecidos para a galeria de atualização inVMAccessControlProfile operação.

options
GalleryInVMAccessControlProfilesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

get(string, string, string, GalleryInVMAccessControlProfilesGetOptionalParams)

Recupera informações sobre uma galeria inVMAccessControlProfile.

function get(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesGetOptionalParams): Promise<GalleryInVMAccessControlProfile>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

galleryName

string

O nome da Galeria de Imagens Compartilhadas da qual os InVMAccessControlProfiles devem ser recuperados.

inVMAccessControlProfileName

string

O nome da galeria inVMAccessControlProfile a ser recuperado.

options
GalleryInVMAccessControlProfilesGetOptionalParams

Os parâmetros de opções.

Devoluções

listByGallery(string, string, GalleryInVMAccessControlProfilesListByGalleryOptionalParams)

Listar galeria emVMAccessControlProfiles em uma galeria.

function listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryInVMAccessControlProfilesListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfile[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

galleryName

string

O nome da Galeria de Imagens Compartilhadas a partir da qual os InVMAccessControlProfiles devem ser listados.

Devoluções