Compartir a través de


GalleryInVMAccessControlProfilesClient Interface

public interface GalleryInVMAccessControlProfilesClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileInner>,GalleryInVMAccessControlProfileInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileInner>,GalleryInVMAccessControlProfileInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile, Context context)

Create or update a gallery inVMAccessControlProfile.

abstract PollerFlux<PollResult<GalleryInVMAccessControlProfileInner>,GalleryInVMAccessControlProfileInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

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

Delete a gallery inVMAccessControlProfile.

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

Delete a gallery inVMAccessControlProfile.

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

Delete a gallery inVMAccessControlProfile.

abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileInner>,GalleryInVMAccessControlProfileInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileInner>,GalleryInVMAccessControlProfileInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile, Context context)

Update a gallery inVMAccessControlProfile.

abstract PollerFlux<PollResult<GalleryInVMAccessControlProfileInner>,GalleryInVMAccessControlProfileInner> beginUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

abstract GalleryInVMAccessControlProfileInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

abstract GalleryInVMAccessControlProfileInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile, Context context)

Create or update a gallery inVMAccessControlProfile.

abstract Mono<GalleryInVMAccessControlProfileInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

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

Delete a gallery inVMAccessControlProfile.

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

Delete a gallery inVMAccessControlProfile.

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

Delete a gallery inVMAccessControlProfile.

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

Delete a gallery inVMAccessControlProfile.

abstract GalleryInVMAccessControlProfileInner get(String resourceGroupName, String galleryName, String inVMAccessControlProfileName)

Retrieves information about a gallery inVMAccessControlProfile.

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

Retrieves information about a gallery inVMAccessControlProfile.

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

Retrieves information about a gallery inVMAccessControlProfile.

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

Retrieves information about a gallery inVMAccessControlProfile.

abstract PagedIterable<GalleryInVMAccessControlProfileInner> listByGallery(String resourceGroupName, String galleryName)

List gallery inVMAccessControlProfiles in a gallery.

abstract PagedIterable<GalleryInVMAccessControlProfileInner> listByGallery(String resourceGroupName, String galleryName, Context context)

List gallery inVMAccessControlProfiles in a gallery.

abstract PagedFlux<GalleryInVMAccessControlProfileInner> listByGalleryAsync(String resourceGroupName, String galleryName)

List gallery inVMAccessControlProfiles in a gallery.

abstract GalleryInVMAccessControlProfileInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

abstract GalleryInVMAccessControlProfileInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile, Context context)

Update a gallery inVMAccessControlProfile.

abstract Mono<GalleryInVMAccessControlProfileInner> updateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,GalleryInVMAccessControlProfileInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be created.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the create or update gallery inVMAccessControlProfile operation.

Returns:

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

beginCreateOrUpdate

public abstract SyncPoller,GalleryInVMAccessControlProfileInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile, Context context)

Create or update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be created.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the create or update gallery inVMAccessControlProfile operation.
context - The context to associate with this operation.

Returns:

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

beginCreateOrUpdateAsync

public abstract PollerFlux,GalleryInVMAccessControlProfileInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be created.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the create or update gallery inVMAccessControlProfile operation.

Returns:

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

beginDelete

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

Delete a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - he name of the Shared Image Gallery in which the InVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile 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, Context context)

Delete a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - he name of the Shared Image Gallery in which the InVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile 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)

Delete a gallery inVMAccessControlProfile.

Parameters:

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

Returns:

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

beginUpdate

public abstract SyncPoller,GalleryInVMAccessControlProfileInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be updated.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the update gallery inVMAccessControlProfile operation.

Returns:

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

beginUpdate

public abstract SyncPoller,GalleryInVMAccessControlProfileInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile, Context context)

Update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be updated.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the update gallery inVMAccessControlProfile operation.
context - The context to associate with this operation.

Returns:

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

beginUpdateAsync

public abstract PollerFlux,GalleryInVMAccessControlProfileInner> beginUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be updated.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the update gallery inVMAccessControlProfile operation.

Returns:

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

createOrUpdate

public abstract GalleryInVMAccessControlProfileInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be created.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the create or update gallery inVMAccessControlProfile operation.

Returns:

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

createOrUpdate

public abstract GalleryInVMAccessControlProfileInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile, Context context)

Create or update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be created.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the create or update gallery inVMAccessControlProfile operation.
context - The context to associate with this operation.

Returns:

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

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be created.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the create or update gallery inVMAccessControlProfile operation.

Returns:

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

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileInner galleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be created.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the create or update gallery inVMAccessControlProfile operation.

Returns:

specifies information about the gallery inVMAccessControlProfile 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)

Delete a gallery inVMAccessControlProfile.

Parameters:

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

delete

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

Delete a gallery inVMAccessControlProfile.

Parameters:

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

deleteAsync

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

Delete a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - he name of the Shared Image Gallery in which the InVMAccessControlProfile resides.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile 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)

Delete a gallery inVMAccessControlProfile.

Parameters:

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

Returns:

the Response<T> on successful completion of Mono.

get

public abstract GalleryInVMAccessControlProfileInner get(String resourceGroupName, String galleryName, String inVMAccessControlProfileName)

Retrieves information about a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery from which the InVMAccessControlProfiles are to be retrieved.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be retrieved.

Returns:

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

getAsync

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

Retrieves information about a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery from which the InVMAccessControlProfiles are to be retrieved.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be retrieved.

Returns:

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

getWithResponse

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

Retrieves information about a gallery inVMAccessControlProfile.

Parameters:

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

Returns:

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

getWithResponseAsync

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

Retrieves information about a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery from which the InVMAccessControlProfiles are to be retrieved.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be retrieved.

Returns:

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

listByGallery

public abstract PagedIterable listByGallery(String resourceGroupName, String galleryName)

List gallery inVMAccessControlProfiles in a gallery.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery from which the InVMAccessControlProfiles are to be listed.

Returns:

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

listByGallery

public abstract PagedIterable listByGallery(String resourceGroupName, String galleryName, Context context)

List gallery inVMAccessControlProfiles in a gallery.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery from which the InVMAccessControlProfiles are to be listed.
context - The context to associate with this operation.

Returns:

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

listByGalleryAsync

public abstract PagedFlux listByGalleryAsync(String resourceGroupName, String galleryName)

List gallery inVMAccessControlProfiles in a gallery.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery from which the InVMAccessControlProfiles are to be listed.

Returns:

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

update

public abstract GalleryInVMAccessControlProfileInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be updated.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the update gallery inVMAccessControlProfile operation.

Returns:

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

update

public abstract GalleryInVMAccessControlProfileInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile, Context context)

Update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be updated.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the update gallery inVMAccessControlProfile operation.
context - The context to associate with this operation.

Returns:

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

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be updated.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the update gallery inVMAccessControlProfile operation.

Returns:

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

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile)

Update a gallery inVMAccessControlProfile.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the InVMAccessControlProfile is to be updated.
inVMAccessControlProfileName - The name of the gallery inVMAccessControlProfile to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
galleryInVMAccessControlProfile - Parameters supplied to the update gallery inVMAccessControlProfile operation.

Returns:

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

Applies to