Uses of Class
com.azure.resourcemanager.deploymentmanager.fluent.models.StepResourceInner
Packages that use StepResourceInner
Package
Description
Package containing the service clients for AzureDeploymentManager.
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of StepResourceInner in com.azure.resourcemanager.deploymentmanager.fluent
Methods in com.azure.resourcemanager.deploymentmanager.fluent that return StepResourceInnerModifier and TypeMethodDescriptionStepsClient.createOrUpdate(String resourceGroupName, String stepName) Creates or updates a rollout step with the given step properties.StepsClient.getByResourceGroup(String resourceGroupName, String stepName) Gets the step.Methods in com.azure.resourcemanager.deploymentmanager.fluent that return types with arguments of type StepResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StepResourceInner>StepsClient.createOrUpdateWithResponse(String resourceGroupName, String stepName, StepResourceInner stepInfo, com.azure.core.util.Context context) Creates or updates a rollout step with the given step properties.com.azure.core.http.rest.Response<StepResourceInner>StepsClient.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<StepResourceInner>>StepsClient.listWithResponse(String resourceGroupName, com.azure.core.util.Context context) Lists the steps in a resource group.Methods in com.azure.resourcemanager.deploymentmanager.fluent with parameters of type StepResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StepResourceInner>StepsClient.createOrUpdateWithResponse(String resourceGroupName, String stepName, StepResourceInner stepInfo, com.azure.core.util.Context context) Creates or updates a rollout step with the given step properties. -
Uses of StepResourceInner in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return StepResourceInnerModifier and TypeMethodDescriptionStepResourceInner.withLocation(String location) StepResourceInner.withProperties(StepProperties properties) Set the properties property: The properties that define the step. -
Uses of StepResourceInner in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return StepResourceInnerModifier and TypeMethodDescriptionStepResource.innerModel()Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.StepResourceInner object.