GalleryInVMAccessControlProfileVersionsClient Interface
public interface GalleryInVMAccessControlProfileVersionsClient
An instance of this class provides access to all the operations defined in GalleryInVMAccessControlProfileVersionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginCreateOrUpdate
public 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.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, Context context)
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<GalleryInVMAccessControlProfileVersionInner>,GalleryInVMAccessControlProfileVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
createOrUpdate
public abstract GalleryInVMAccessControlProfileVersionInner createOrUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
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:
Returns:
createOrUpdateAsync
public abstract Mono<GalleryInVMAccessControlProfileVersionInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionInner galleryInVMAccessControlProfileVersion)
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)
Delete a gallery inVMAccessControlProfile version.
Parameters:
delete
public abstract void delete(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)
Delete a gallery inVMAccessControlProfile version.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
get
public abstract GalleryInVMAccessControlProfileVersionInner get(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)
Retrieves information about a gallery inVMAccessControlProfile version.
Parameters:
Returns:
getAsync
public abstract Mono<GalleryInVMAccessControlProfileVersionInner> getAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)
Retrieves information about a gallery inVMAccessControlProfile version.
Parameters:
Returns:
getWithResponse
public abstract Response<GalleryInVMAccessControlProfileVersionInner> getWithResponse(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, Context context)
Retrieves information about a gallery inVMAccessControlProfile version.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<GalleryInVMAccessControlProfileVersionInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName)
Retrieves information about a gallery inVMAccessControlProfile version.
Parameters:
Returns:
listByGalleryInVMAccessControlProfile
public abstract PagedIterable<GalleryInVMAccessControlProfileVersionInner> listByGalleryInVMAccessControlProfile(String resourceGroupName, String galleryName, String inVMAccessControlProfileName)
List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.
Parameters:
Returns:
listByGalleryInVMAccessControlProfile
public abstract PagedIterable<GalleryInVMAccessControlProfileVersionInner> listByGalleryInVMAccessControlProfile(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, Context context)
List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.
Parameters:
Returns:
listByGalleryInVMAccessControlProfileAsync
public abstract PagedFlux<GalleryInVMAccessControlProfileVersionInner> listByGalleryInVMAccessControlProfileAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName)
List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.
Parameters:
Returns:
update
public abstract GalleryInVMAccessControlProfileVersionInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
update
public abstract GalleryInVMAccessControlProfileVersionInner update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, Context context)
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
updateAsync
public abstract Mono<GalleryInVMAccessControlProfileVersionInner> updateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion)
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns: