Uses of Class
com.azure.resourcemanager.deploymentmanager.fluent.models.ServiceResourceInner
Packages that use ServiceResourceInner
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 ServiceResourceInner in com.azure.resourcemanager.deploymentmanager.fluent
Methods in com.azure.resourcemanager.deploymentmanager.fluent that return ServiceResourceInnerModifier and TypeMethodDescriptionServicesClient.createOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, ServiceResourceInner serviceInfo) Creates or updates a service in the service topology.Gets the service.Methods in com.azure.resourcemanager.deploymentmanager.fluent that return types with arguments of type ServiceResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ServiceResourceInner>ServicesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, ServiceResourceInner serviceInfo, com.azure.core.util.Context context) Creates or updates a service in the service topology.com.azure.core.http.rest.Response<ServiceResourceInner>ServicesClient.getWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, com.azure.core.util.Context context) Gets the service.Lists the services in the service topology.com.azure.core.http.rest.Response<List<ServiceResourceInner>>ServicesClient.listWithResponse(String resourceGroupName, String serviceTopologyName, com.azure.core.util.Context context) Lists the services in the service topology.Methods in com.azure.resourcemanager.deploymentmanager.fluent with parameters of type ServiceResourceInnerModifier and TypeMethodDescriptionServicesClient.createOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, ServiceResourceInner serviceInfo) Creates or updates a service in the service topology.com.azure.core.http.rest.Response<ServiceResourceInner>ServicesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, ServiceResourceInner serviceInfo, com.azure.core.util.Context context) Creates or updates a service in the service topology. -
Uses of ServiceResourceInner in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return ServiceResourceInnerModifier and TypeMethodDescriptionServiceResourceInner.withLocation(String location) ServiceResourceInner.withTargetLocation(String targetLocation) Set the targetLocation property: The Azure location to which the resources in the service belong to or should be deployed to.ServiceResourceInner.withTargetSubscriptionId(String targetSubscriptionId) Set the targetSubscriptionId property: The subscription to which the resources in the service belong to or should be deployed to. -
Uses of ServiceResourceInner in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ServiceResourceInnerModifier and TypeMethodDescriptionServiceResource.innerModel()Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.ServiceResourceInner object.