Uses of Class
com.azure.resourcemanager.deploymentmanager.models.WaitStepAttributes
Packages that use WaitStepAttributes
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of WaitStepAttributes in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return WaitStepAttributesModifier and TypeMethodDescriptionWaitStepProperties.attributes()Get the attributes property: The Wait attributes.WaitStepAttributes.withDuration(String duration) Set the duration property: The duration in ISO 8601 format of how long the wait should be.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type WaitStepAttributesModifier and TypeMethodDescriptionWaitStepProperties.withAttributes(WaitStepAttributes attributes) Set the attributes property: The Wait attributes.