Uses of Class
com.azure.resourcemanager.costmanagement.models.ExecutionType
Packages that use ExecutionType
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ExecutionType in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ExecutionTypeModifier and TypeMethodDescriptionExportRunInner.executionType()Get the executionType property: The type of the export run.ExportRunPropertiesInner.executionType()Get the executionType property: The type of the export run.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ExecutionTypeModifier and TypeMethodDescriptionExportRunInner.withExecutionType(ExecutionType executionType) Set the executionType property: The type of the export run.ExportRunPropertiesInner.withExecutionType(ExecutionType executionType) Set the executionType property: The type of the export run. -
Uses of ExecutionType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ExecutionTypeModifier and TypeFieldDescriptionstatic final ExecutionTypeExecutionType.ON_DEMANDStatic value OnDemand for ExecutionType.static final ExecutionTypeExecutionType.SCHEDULEDStatic value Scheduled for ExecutionType.Methods in com.azure.resourcemanager.costmanagement.models that return ExecutionTypeModifier and TypeMethodDescriptionExportRun.executionType()Gets the executionType property: The type of the export run.ExportRunProperties.executionType()Gets the executionType property: The type of the export run.static ExecutionTypeExecutionType.fromString(String name) Creates or finds a ExecutionType from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ExecutionTypeModifier and TypeMethodDescriptionstatic Collection<ExecutionType>ExecutionType.values()Gets known ExecutionType values.