Uses of Class
com.azure.resourcemanager.datafactory.models.GetSsisObjectMetadataRequest
-
Packages that use GetSsisObjectMetadataRequest Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of GetSsisObjectMetadataRequest in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type GetSsisObjectMetadataRequest Modifier and Type Method Description com.azure.core.http.rest.Response<SsisObjectMetadataListResponseInner>
IntegrationRuntimeObjectMetadatasClient. getWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, GetSsisObjectMetadataRequest getMetadataRequest, com.azure.core.util.Context context)
Get a SSIS integration runtime object metadata by specified path. -
Uses of GetSsisObjectMetadataRequest in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return GetSsisObjectMetadataRequest Modifier and Type Method Description GetSsisObjectMetadataRequest
GetSsisObjectMetadataRequest. withMetadataPath(String metadataPath)
Set the metadataPath property: Metadata path.Methods in com.azure.resourcemanager.datafactory.models with parameters of type GetSsisObjectMetadataRequest Modifier and Type Method Description com.azure.core.http.rest.Response<SsisObjectMetadataListResponse>
IntegrationRuntimeObjectMetadatas. getWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, GetSsisObjectMetadataRequest getMetadataRequest, com.azure.core.util.Context context)
Get a SSIS integration runtime object metadata by specified path.
-