Uses of Class
com.azure.resourcemanager.compute.models.ReplicationStatusTypes
Packages that use ReplicationStatusTypes
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ReplicationStatusTypes in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ReplicationStatusTypesModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GalleryApplicationVersionInner> GalleryApplicationVersionsClient.getWithResponse(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand, com.azure.core.util.Context context) Retrieves information about a gallery Application Version.com.azure.core.http.rest.Response<GalleryImageVersionInner> GalleryImageVersionsClient.getWithResponse(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand, com.azure.core.util.Context context) Retrieves information about a gallery image version.Mono<com.azure.core.http.rest.Response<GalleryApplicationVersionInner>> GalleryApplicationVersionsClient.getWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand) Retrieves information about a gallery Application Version.Mono<com.azure.core.http.rest.Response<GalleryImageVersionInner>> GalleryImageVersionsClient.getWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand) Retrieves information about a gallery image version. -
Uses of ReplicationStatusTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ReplicationStatusTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDefines values for ReplicationStatusTypes.Fields in com.azure.resourcemanager.compute.models declared as ReplicationStatusTypesModifier and TypeFieldDescriptionstatic final ReplicationStatusTypesReplicationStatusTypes.REPLICATION_STATUSStatic value ReplicationStatus for ReplicationStatusTypes.static final ReplicationStatusTypesReplicationStatusTypes.UEFI_SETTINGSStatic value UefiSettings for ReplicationStatusTypes.Methods in com.azure.resourcemanager.compute.models that return ReplicationStatusTypesModifier and TypeMethodDescriptionstatic ReplicationStatusTypesReplicationStatusTypes.fromString(String name) Creates or finds a ReplicationStatusTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ReplicationStatusTypesModifier and TypeMethodDescriptionstatic Collection<ReplicationStatusTypes> ReplicationStatusTypes.values()Gets known ReplicationStatusTypes values.