Compartir a través de


GalleryInVMAccessControlProfileVersionsClient Interface

public interface GalleryInVMAccessControlProfileVersionsClient

An instance of this class provides access to all the operations defined in GalleryInVMAccessControlProfileVersionsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion, Context context)

Create or update a gallery inVMAccessControlProfile version.

abstract PollerFlux<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)

Delete a gallery inVMAccessControlProfile version.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, Context context)

Update a gallery inVMAccessControlProfile version.

abstract PollerFlux<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

abstract GalleryInVMAccessControlProfileVersionInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

abstract GalleryInVMAccessControlProfileVersionInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion, Context context)

Create or update a gallery inVMAccessControlProfile version.

abstract Mono<GalleryInVMAccessControlProfileVersionInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

abstract void delete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

abstract void delete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)

Delete a gallery inVMAccessControlProfile version.

abstract Mono<Void> deleteAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

abstract GalleryInVMAccessControlProfileVersionInner get(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Retrieves information about a gallery inVMAccessControlProfile version.

abstract Mono<GalleryInVMAccessControlProfileVersionInner> getAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Retrieves information about a gallery inVMAccessControlProfile version.

abstract Response<GalleryInVMAccessControlProfileVersionInner> getWithResponse(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)

Retrieves information about a gallery inVMAccessControlProfile version.

abstract Mono<Response<GalleryInVMAccessControlProfileVersionInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Retrieves information about a gallery inVMAccessControlProfile version.

abstract PagedIterable<GalleryInVMAccessControlProfileVersionInner> listByGalleryInVMAccessControlProfile(String resourceGroupName, String galleryName, String inVMAccessControlProfileName)

List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.

abstract PagedIterable<GalleryInVMAccessControlProfileVersionInner> listByGalleryInVMAccessControlProfile(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, Context context)

List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.

abstract PagedFlux<GalleryInVMAccessControlProfileVersionInner> listByGalleryInVMAccessControlProfileAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName)

List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.

abstract GalleryInVMAccessControlProfileVersionInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

abstract GalleryInVMAccessControlProfileVersionInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, Context context)

Update a gallery inVMAccessControlProfile version.

abstract Mono<GalleryInVMAccessControlProfileVersionInner> updateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,GalleryInVMAccessControlProfileVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be created.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the create or update gallery inVMAccessControlProfile version operation.

Returns:

the SyncPoller<T,U> for polling of specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

beginCreateOrUpdate

public abstract SyncPoller,GalleryInVMAccessControlProfileVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion, Context context)

Create or update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be created.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the create or update gallery inVMAccessControlProfile version operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

beginCreateOrUpdateAsync

public abstract PollerFlux,GalleryInVMAccessControlProfileVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be created.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the create or update gallery inVMAccessControlProfile version operation.

Returns:

the PollerFlux<T,U> for polling of specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be deleted.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)

Delete a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be deleted.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be deleted.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller,GalleryInVMAccessControlProfileVersionInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be updated.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the update gallery inVMAccessControlProfile version operation.

Returns:

the SyncPoller<T,U> for polling of specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

beginUpdate

public abstract SyncPoller,GalleryInVMAccessControlProfileVersionInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, Context context)

Update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be updated.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the update gallery inVMAccessControlProfile version operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

beginUpdateAsync

public abstract PollerFlux,GalleryInVMAccessControlProfileVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be updated.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the update gallery inVMAccessControlProfile version operation.

Returns:

the PollerFlux<T,U> for polling of specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

createOrUpdate

public abstract GalleryInVMAccessControlProfileVersionInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be created.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the create or update gallery inVMAccessControlProfile version operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

createOrUpdate

public abstract GalleryInVMAccessControlProfileVersionInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion, Context context)

Create or update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be created.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the create or update gallery inVMAccessControlProfile version operation.
context - The context to associate with this operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be created.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the create or update gallery inVMAccessControlProfile version operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)

Create or update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be created.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the create or update gallery inVMAccessControlProfile version operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be deleted.

delete

public abstract void delete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)

Delete a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be deleted.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be deleted.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Delete a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be deleted.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract GalleryInVMAccessControlProfileVersionInner get(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Retrieves information about a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be retrieved.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

getAsync

public abstract Mono getAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Retrieves information about a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be retrieved.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)

Retrieves information about a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be retrieved.
context - The context to associate with this operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)

Retrieves information about a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version resides.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be retrieved.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update along with Response<T> on successful completion of Mono.

listByGalleryInVMAccessControlProfile

public abstract PagedIterable listByGalleryInVMAccessControlProfile(String resourceGroupName, String galleryName, String inVMAccessControlProfileName)

List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile from which the inVMAccessControlProfile versions are to be listed.

Returns:

the List Gallery InVMAccessControlProfile Versions operation response as paginated response with PagedIterable<T>.

listByGalleryInVMAccessControlProfile

public abstract PagedIterable listByGalleryInVMAccessControlProfile(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, Context context)

List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile from which the inVMAccessControlProfile versions are to be listed.
context - The context to associate with this operation.

Returns:

the List Gallery InVMAccessControlProfile Versions operation response as paginated response with PagedIterable<T>.

listByGalleryInVMAccessControlProfileAsync

public abstract PagedFlux listByGalleryInVMAccessControlProfileAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName)

List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile from which the inVMAccessControlProfile versions are to be listed.

Returns:

the List Gallery InVMAccessControlProfile Versions operation response as paginated response with PagedFlux<T>.

update

public abstract GalleryInVMAccessControlProfileVersionInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be updated.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the update gallery inVMAccessControlProfile version operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

update

public abstract GalleryInVMAccessControlProfileVersionInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, Context context)

Update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be updated.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the update gallery inVMAccessControlProfile version operation.
context - The context to associate with this operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be updated.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the update gallery inVMAccessControlProfile version operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update on successful completion of Mono.

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)

Update a gallery inVMAccessControlProfile version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the inVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile in which the inVMAccessControlProfile version is to be updated.
inVMAccessControlProfileVersionName - The name of the gallery inVMAccessControlProfile version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>.
galleryInVMAccessControlProfileVersion - Parameters supplied to the update gallery inVMAccessControlProfile version operation.

Returns:

specifies information about the gallery inVMAccessControlProfile version that you want to create or update along with Response<T> on successful completion of Mono.

Applies to