Uses of Interface
com.azure.resourcemanager.deploymentmanager.models.StepResource
Packages that use StepResource
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of StepResource in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return StepResourceModifier and TypeMethodDescriptionStepResource.Update.apply()Executes the update request.StepResource.Update.apply(com.azure.core.util.Context context) Executes the update request.StepResource.DefinitionStages.WithCreate.create()Executes the create request.StepResource.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the step.Steps.getByResourceGroup(String resourceGroupName, String stepName) Gets the step.StepResource.refresh()Refreshes the resource to sync with Azure.StepResource.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.deploymentmanager.models that return types with arguments of type StepResourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StepResource>Steps.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the step.com.azure.core.http.rest.Response<StepResource>Steps.getByResourceGroupWithResponse(String resourceGroupName, String stepName, com.azure.core.util.Context context) Gets the step.Lists the steps in a resource group.com.azure.core.http.rest.Response<List<StepResource>>Steps.listWithResponse(String resourceGroupName, com.azure.core.util.Context context) Lists the steps in a resource group.