GalleryInVMAccessControlProfiles interface
Interfaccia che rappresenta un oggetto GalleryInVMAccessControlProfiles.
Metodi
Dettagli metodo
beginCreateOrUpdate(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)
Creare o aggiornare una raccolta inVMAccessControlProfile.
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfile, options?: GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfile>, GalleryInVMAccessControlProfile>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- galleryName
-
string
Nome della raccolta immagini condivise.
- inVMAccessControlProfileName
-
string
Nome della raccolta inVMAccessControlProfile da recuperare.
- galleryInVMAccessControlProfile
- GalleryInVMAccessControlProfile
Parametri forniti alla raccolta di creazione o aggiornamento nell'operazioneVMAccessControlProfile.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryInVMAccessControlProfile>, GalleryInVMAccessControlProfile>>
beginCreateOrUpdateAndWait(string, string, string, GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams)
Creare o aggiornare una raccolta inVMAccessControlProfile.
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfile, options?: GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams): Promise<GalleryInVMAccessControlProfile>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- galleryName
-
string
Nome della raccolta immagini condivise.
- inVMAccessControlProfileName
-
string
Nome della raccolta inVMAccessControlProfile da recuperare.
- galleryInVMAccessControlProfile
- GalleryInVMAccessControlProfile
Parametri forniti alla raccolta di creazione o aggiornamento nell'operazioneVMAccessControlProfile.
Parametri delle opzioni.
Restituisce
Promise<GalleryInVMAccessControlProfile>
beginDelete(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)
Eliminare una raccolta inVMAccessControlProfile.
function beginDelete(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesDeleteHeaders>, GalleryInVMAccessControlProfilesDeleteHeaders>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- galleryName
-
string
Nome della raccolta immagini condivise.
- inVMAccessControlProfileName
-
string
Nome della raccolta inVMAccessControlProfile da recuperare.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesDeleteHeaders>, GalleryInVMAccessControlProfilesDeleteHeaders>>
beginDeleteAndWait(string, string, string, GalleryInVMAccessControlProfilesDeleteOptionalParams)
Eliminare una raccolta inVMAccessControlProfile.
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesDeleteOptionalParams): Promise<GalleryInVMAccessControlProfilesDeleteHeaders>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- galleryName
-
string
Nome della raccolta immagini condivise.
- inVMAccessControlProfileName
-
string
Nome della raccolta inVMAccessControlProfile da recuperare.
Parametri delle opzioni.
Restituisce
beginUpdate(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)
Aggiornare una raccolta inVMAccessControlProfile.
function beginUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfileUpdate, options?: GalleryInVMAccessControlProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesUpdateResponse>, GalleryInVMAccessControlProfilesUpdateResponse>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- galleryName
-
string
Nome della raccolta immagini condivise.
- inVMAccessControlProfileName
-
string
Nome della raccolta inVMAccessControlProfile da recuperare.
- galleryInVMAccessControlProfile
- GalleryInVMAccessControlProfileUpdate
Parametri forniti alla raccolta di aggiornamenti nell'operazione INVMAccessControlProfile.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesUpdateResponse>, GalleryInVMAccessControlProfilesUpdateResponse>>
beginUpdateAndWait(string, string, string, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams)
Aggiornare una raccolta inVMAccessControlProfile.
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfileUpdate, options?: GalleryInVMAccessControlProfilesUpdateOptionalParams): Promise<GalleryInVMAccessControlProfilesUpdateResponse>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- galleryName
-
string
Nome della raccolta immagini condivise.
- inVMAccessControlProfileName
-
string
Nome della raccolta inVMAccessControlProfile da recuperare.
- galleryInVMAccessControlProfile
- GalleryInVMAccessControlProfileUpdate
Parametri forniti alla raccolta di aggiornamenti nell'operazione INVMAccessControlProfile.
Parametri delle opzioni.
Restituisce
get(string, string, string, GalleryInVMAccessControlProfilesGetOptionalParams)
Recupera informazioni su una raccolta inVMAccessControlProfile.
function get(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesGetOptionalParams): Promise<GalleryInVMAccessControlProfile>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- galleryName
-
string
Nome della raccolta immagini condivise.
- inVMAccessControlProfileName
-
string
Nome della raccolta inVMAccessControlProfile da recuperare.
Parametri delle opzioni.
Restituisce
Promise<GalleryInVMAccessControlProfile>
listByGallery(string, string, GalleryInVMAccessControlProfilesListByGalleryOptionalParams)
Raccolta di elenchi inVMAccessControlProfiles in una raccolta.
function listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryInVMAccessControlProfilesListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfile[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome è insensibile alle maiuscole e minuscole.
- galleryName
-
string
Nome della raccolta immagini condivise.
Parametri delle opzioni.