Uses of Class
com.azure.resourcemanager.compute.models.ReplicationMode
-
Packages that use ReplicationMode Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ReplicationMode in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ReplicationMode Modifier and Type Field Description static ReplicationModeReplicationMode. FULLStatic value Full for ReplicationMode.static ReplicationModeReplicationMode. SHALLOWStatic value Shallow for ReplicationMode.Methods in com.azure.resourcemanager.compute.models that return ReplicationMode Modifier and Type Method Description static ReplicationModeReplicationMode. fromString(String name)Creates or finds a ReplicationMode from its string representation.ReplicationModeGalleryArtifactPublishingProfileBase. replicationMode()Get the replicationMode property: Optional parameter which specifies the mode to be used for replication.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ReplicationMode Modifier and Type Method Description static Collection<ReplicationMode>ReplicationMode. values()Methods in com.azure.resourcemanager.compute.models with parameters of type ReplicationMode Modifier and Type Method Description GalleryApplicationVersionPublishingProfileGalleryApplicationVersionPublishingProfile. withReplicationMode(ReplicationMode replicationMode)Set the replicationMode property: Optional parameter which specifies the mode to be used for replication.GalleryArtifactPublishingProfileBaseGalleryArtifactPublishingProfileBase. withReplicationMode(ReplicationMode replicationMode)Set the replicationMode property: Optional parameter which specifies the mode to be used for replication.GalleryImageVersionPublishingProfileGalleryImageVersionPublishingProfile. withReplicationMode(ReplicationMode replicationMode)Set the replicationMode property: Optional parameter which specifies the mode to be used for replication.
-