Uses of Class
com.azure.resourcemanager.compute.models.DataAccessAuthMode
-
Packages that use DataAccessAuthMode Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DataAccessAuthMode in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DataAccessAuthMode Modifier and Type Method Description DataAccessAuthModeDiskInner. dataAccessAuthMode()Get the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DataAccessAuthModeDiskProperties. dataAccessAuthMode()Get the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DataAccessAuthModeDiskUpdateProperties. dataAccessAuthMode()Get the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DataAccessAuthModeSnapshotInner. dataAccessAuthMode()Get the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DataAccessAuthModeSnapshotProperties. dataAccessAuthMode()Get the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DataAccessAuthModeSnapshotUpdateProperties. dataAccessAuthMode()Get the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DataAccessAuthMode Modifier and Type Method Description DiskInnerDiskInner. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DiskPropertiesDiskProperties. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DiskUpdatePropertiesDiskUpdateProperties. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.SnapshotInnerSnapshotInner. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.SnapshotPropertiesSnapshotProperties. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.SnapshotUpdatePropertiesSnapshotUpdateProperties. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot. -
Uses of DataAccessAuthMode in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DataAccessAuthMode Modifier and Type Field Description static DataAccessAuthModeDataAccessAuthMode. AZURE_ACTIVE_DIRECTORYStatic value AzureActiveDirectory for DataAccessAuthMode.static DataAccessAuthModeDataAccessAuthMode. NONEStatic value None for DataAccessAuthMode.Methods in com.azure.resourcemanager.compute.models that return DataAccessAuthMode Modifier and Type Method Description DataAccessAuthModeDiskUpdate. dataAccessAuthMode()Get the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DataAccessAuthModeSnapshotUpdate. dataAccessAuthMode()Get the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.static DataAccessAuthModeDataAccessAuthMode. fromString(String name)Creates or finds a DataAccessAuthMode from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DataAccessAuthMode Modifier and Type Method Description static Collection<DataAccessAuthMode>DataAccessAuthMode. values()Methods in com.azure.resourcemanager.compute.models with parameters of type DataAccessAuthMode Modifier and Type Method Description DiskUpdateDiskUpdate. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.SnapshotUpdateSnapshotUpdate. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.
-