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
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
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
Create or update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Delete a gallery inVMAccessControlProfile version.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Retrieves information about a gallery inVMAccessControlProfile version.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves information about a gallery inVMAccessControlProfile version.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves information about a gallery inVMAccessControlProfile version.
Parameters:
Returns:
listByGalleryInVMAccessControlProfile
public abstract PagedIterable
List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.
Parameters:
Returns:
listByGalleryInVMAccessControlProfile
public abstract PagedIterable
List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile.
Parameters:
Returns:
listByGalleryInVMAccessControlProfileAsync
public abstract PagedFlux
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
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update a gallery inVMAccessControlProfile version.
Parameters:
Returns:
Applies to
Azure SDK for Java