Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.GlobalParameterResourceInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of GlobalParameterResourceInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionGlobalParametersClient.createOrUpdate
(String resourceGroupName, String factoryName, String globalParameterName, GlobalParameterResourceInner defaultParameter) Creates or updates a Global parameter.GlobalParametersClient.get
(String resourceGroupName, String factoryName, String globalParameterName) Gets a Global parameter.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GlobalParameterResourceInner>
GlobalParametersClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String globalParameterName, GlobalParameterResourceInner defaultParameter, com.azure.core.util.Context context) Creates or updates a Global parameter.com.azure.core.http.rest.Response<GlobalParameterResourceInner>
GlobalParametersClient.getWithResponse
(String resourceGroupName, String factoryName, String globalParameterName, com.azure.core.util.Context context) Gets a Global parameter.com.azure.core.http.rest.PagedIterable<GlobalParameterResourceInner>
GlobalParametersClient.listByFactory
(String resourceGroupName, String factoryName) Lists Global parameters.com.azure.core.http.rest.PagedIterable<GlobalParameterResourceInner>
GlobalParametersClient.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists Global parameters.Modifier and TypeMethodDescriptionGlobalParametersClient.createOrUpdate
(String resourceGroupName, String factoryName, String globalParameterName, GlobalParameterResourceInner defaultParameter) Creates or updates a Global parameter.com.azure.core.http.rest.Response<GlobalParameterResourceInner>
GlobalParametersClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String globalParameterName, GlobalParameterResourceInner defaultParameter, com.azure.core.util.Context context) Creates or updates a Global parameter. -
Uses of GlobalParameterResourceInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionGlobalParameterResourceInner.withProperties
(Map<String, GlobalParameterSpecification> properties) Set the properties property: Properties of the global parameter. -
Uses of GlobalParameterResourceInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionGlobalParameterResource.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.GlobalParameterResourceInner object.Modifier and TypeMethodDescriptionGlobalParameterListResponse.value()
Get the value property: List of global parameters.Modifier and TypeMethodDescriptionGlobalParameterListResponse.withValue
(List<GlobalParameterResourceInner> value) Set the value property: List of global parameters.