Uses of Class
com.azure.resourcemanager.deploymentmanager.fluent.models.ServiceTopologyResourceInner
Packages that use ServiceTopologyResourceInner
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 ServiceTopologyResourceInner in com.azure.resourcemanager.deploymentmanager.fluent
Methods in com.azure.resourcemanager.deploymentmanager.fluent that return ServiceTopologyResourceInnerModifier and TypeMethodDescriptionServiceTopologiesClient.createOrUpdate(String resourceGroupName, String serviceTopologyName, ServiceTopologyResourceInner serviceTopologyInfo) Creates or updates a service topology.ServiceTopologiesClient.getByResourceGroup(String resourceGroupName, String serviceTopologyName) Gets the service topology.Methods in com.azure.resourcemanager.deploymentmanager.fluent that return types with arguments of type ServiceTopologyResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ServiceTopologyResourceInner>ServiceTopologiesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceTopologyName, ServiceTopologyResourceInner serviceTopologyInfo, com.azure.core.util.Context context) Creates or updates a service topology.com.azure.core.http.rest.Response<ServiceTopologyResourceInner>ServiceTopologiesClient.getByResourceGroupWithResponse(String resourceGroupName, String serviceTopologyName, com.azure.core.util.Context context) Gets the service topology.Lists the service topologies in the resource group.com.azure.core.http.rest.Response<List<ServiceTopologyResourceInner>>ServiceTopologiesClient.listWithResponse(String resourceGroupName, com.azure.core.util.Context context) Lists the service topologies in the resource group.Methods in com.azure.resourcemanager.deploymentmanager.fluent with parameters of type ServiceTopologyResourceInnerModifier and TypeMethodDescriptionServiceTopologiesClient.createOrUpdate(String resourceGroupName, String serviceTopologyName, ServiceTopologyResourceInner serviceTopologyInfo) Creates or updates a service topology.com.azure.core.http.rest.Response<ServiceTopologyResourceInner>ServiceTopologiesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceTopologyName, ServiceTopologyResourceInner serviceTopologyInfo, com.azure.core.util.Context context) Creates or updates a service topology. -
Uses of ServiceTopologyResourceInner in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return ServiceTopologyResourceInnerModifier and TypeMethodDescriptionServiceTopologyResourceInner.withArtifactSourceId(String artifactSourceId) Set the artifactSourceId property: The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.ServiceTopologyResourceInner.withLocation(String location) -
Uses of ServiceTopologyResourceInner in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ServiceTopologyResourceInnerModifier and TypeMethodDescriptionServiceTopologyResource.innerModel()Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.ServiceTopologyResourceInner object.