Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
com.microsoft.azure.management.cdn |
This package contains the classes for CdnManagementClient.
|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
com.microsoft.azure.management.datalake.store |
This package contains the classes for DataLakeStoreAccountManagementClient.
|
com.microsoft.azure.management.dns |
This package contains the classes for DnsManagementClient.
|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
com.microsoft.azure.management.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
com.microsoft.azure.management.keyvault |
This package contains the classes for KeyVaultManagementClient.
|
com.microsoft.azure.management.locks |
This package contains the classes for ManagementLockClient.
|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
com.microsoft.azure.management.redis |
This package contains the classes for RedisManagementClient.
|
com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
com.microsoft.azure.management.resources.fluentcore.arm.collection |
This package contains the base class for resource collections.
|
com.microsoft.azure.management.resources.fluentcore.collection |
This package contains the base class for resource collections.
|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PagedList<Certificate> |
Certificates.list()
Lists all of the certificates that have been added to the specified account.
|
PagedList<CloudJob> |
Jobs.list()
Lists all of the jobs in the specified account.
|
PagedList<ApplicationSummary> |
Applications.list()
Lists all of the applications available in the specified account.
|
PagedList<CloudPool> |
Pools.list()
Lists all of the pools in the specified account.
|
PagedList<CloudJobSchedule> |
JobSchedules.list()
Lists all of the job schedules in the specified account.
|
PagedList<ApplicationSummary> |
Applications.list(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
PagedList<Certificate> |
Certificates.list(CertificateListOptions certificateListOptions)
Lists all of the certificates that have been added to the specified account.
|
PagedList<CloudJob> |
Jobs.list(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
PagedList<CloudJobSchedule> |
JobSchedules.list(JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
|
PagedList<CloudPool> |
Pools.list(PoolListOptions poolListOptions)
Lists all of the pools in the specified account.
|
PagedList<ComputeNode> |
ComputeNodes.list(String poolId)
Lists the compute nodes in the specified pool.
|
PagedList<CloudTask> |
Tasks.list(String jobId)
Lists all of the tasks that are associated with the specified job.
|
PagedList<ComputeNode> |
ComputeNodes.list(String poolId,
ComputeNodeListOptions computeNodeListOptions)
Lists the compute nodes in the specified pool.
|
PagedList<CloudTask> |
Tasks.list(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
PagedList<NodeFile> |
Files.listFromComputeNode(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
Files.listFromComputeNode(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
Files.listFromComputeNodeNext(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
Files.listFromComputeNodeNext(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
PagedList<CloudJob> |
Jobs.listFromJobSchedule(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
Jobs.listFromJobSchedule(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
Jobs.listFromJobScheduleNext(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
Jobs.listFromJobScheduleNext(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<NodeFile> |
Files.listFromTask(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
Files.listFromTask(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
Files.listFromTaskNext(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
Files.listFromTaskNext(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
PagedList<ComputeNode> |
ComputeNodes.listNext(String nextPageLink)
Lists the compute nodes in the specified pool.
|
PagedList<Certificate> |
Certificates.listNext(String nextPageLink)
Lists all of the certificates that have been added to the specified account.
|
PagedList<CloudJob> |
Jobs.listNext(String nextPageLink)
Lists all of the jobs in the specified account.
|
PagedList<ApplicationSummary> |
Applications.listNext(String nextPageLink)
Lists all of the applications available in the specified account.
|
PagedList<CloudPool> |
Pools.listNext(String nextPageLink)
Lists all of the pools in the specified account.
|
PagedList<CloudTask> |
Tasks.listNext(String nextPageLink)
Lists all of the tasks that are associated with the specified job.
|
PagedList<CloudJobSchedule> |
JobSchedules.listNext(String nextPageLink)
Lists all of the job schedules in the specified account.
|
PagedList<ApplicationSummary> |
Applications.listNext(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
PagedList<Certificate> |
Certificates.listNext(String nextPageLink,
CertificateListNextOptions certificateListNextOptions)
Lists all of the certificates that have been added to the specified account.
|
PagedList<ComputeNode> |
ComputeNodes.listNext(String nextPageLink,
ComputeNodeListNextOptions computeNodeListNextOptions)
Lists the compute nodes in the specified pool.
|
PagedList<CloudJob> |
Jobs.listNext(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
PagedList<CloudJobSchedule> |
JobSchedules.listNext(String nextPageLink,
JobScheduleListNextOptions jobScheduleListNextOptions)
Lists all of the job schedules in the specified account.
|
PagedList<CloudPool> |
Pools.listNext(String nextPageLink,
PoolListNextOptions poolListNextOptions)
Lists all of the pools in the specified account.
|
PagedList<CloudTask> |
Tasks.listNext(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
PagedList<NodeAgentSku> |
Accounts.listNodeAgentSkus()
Lists all node agent SKUs supported by the Azure Batch service.
|
PagedList<NodeAgentSku> |
Accounts.listNodeAgentSkus(AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
PagedList<NodeAgentSku> |
Accounts.listNodeAgentSkusNext(String nextPageLink)
Lists all node agent SKUs supported by the Azure Batch service.
|
PagedList<NodeAgentSku> |
Accounts.listNodeAgentSkusNext(String nextPageLink,
AccountListNodeAgentSkusNextOptions accountListNodeAgentSkusNextOptions)
Lists all node agent SKUs supported by the Azure Batch service.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
Jobs.listPreparationAndReleaseTaskStatus(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
Jobs.listPreparationAndReleaseTaskStatus(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
Jobs.listPreparationAndReleaseTaskStatusNext(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
Jobs.listPreparationAndReleaseTaskStatusNext(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<PoolUsageMetrics> |
Pools.listUsageMetrics()
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
PagedList<PoolUsageMetrics> |
Pools.listUsageMetrics(PoolListUsageMetricsOptions poolListUsageMetricsOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
PagedList<PoolUsageMetrics> |
Pools.listUsageMetricsNext(String nextPageLink)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
PagedList<PoolUsageMetrics> |
Pools.listUsageMetricsNext(String nextPageLink,
PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions)
Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
|
Modifier and Type | Method and Description |
---|---|
PagedList<DomainLegalAgreement> |
AppServiceDomains.listAgreements(String topLevelExtension)
List the agreements for purchasing a domain with a specific top level extension.
|
PagedList<FunctionEnvelope> |
FunctionApps.listFunctions(String resourceGroupName,
String name)
List function information elements.
|
Modifier and Type | Method and Description |
---|---|
PagedList<BatchAIJob> |
BatchAIJobs.list(int maxResults)
List Batch AI jobs.
|
PagedList<OutputFile> |
BatchAIJob.listFiles(String outputDirectoryId)
List all files inside the given output directory (Only if the output directory is on Azure File Share or Azure Storage container).
|
PagedList<OutputFile> |
BatchAIJob.listFiles(String outputDirectoryId,
String directory,
Integer linkExpiryMinutes,
Integer maxResults)
List all files inside the given output directory (Only if the output directory is on Azure File Share or Azure Storage container).
|
PagedList<RemoteLoginInformation> |
BatchAIJob.listRemoteLoginInformation()
Gets a list of currently existing nodes which were used for the Job execution.
|
PagedList<RemoteLoginInformation> |
BatchAICluster.listRemoteLoginInformation()
Get the IP address, port of all the compute nodes in the Cluster.
|
Modifier and Type | Method and Description |
---|---|
PagedList<EdgeNode> |
CdnProfiles.listEdgeNodes()
Lists all the edge nodes of a CDN service.
|
PagedList<Operation> |
CdnProfiles.listOperations()
Lists all of the available CDN REST API operations.
|
PagedList<ResourceUsage> |
CdnEndpoint.listResourceUsage()
Checks the quota and usage of geo filters and custom domains under the current endpoint.
|
PagedList<ResourceUsage> |
CdnProfiles.listResourceUsage()
Check the quota and actual usage of the CDN profiles under the current subscription.
|
PagedList<ResourceUsage> |
CdnProfile.listResourceUsage() |
Modifier and Type | Method and Description |
---|---|
PagedList<VirtualMachineSize> |
VirtualMachine.availableSizes()
Lists all available virtual machine sizes this virtual machine can resized to.
|
PagedList<VirtualMachineScaleSetSku> |
VirtualMachineScaleSet.listAvailableSkus() |
PagedList<GalleryImage> |
GalleryImages.listByGallery(String resourceGroupName,
String galleryName)
List images under a gallery.
|
PagedList<GalleryImageVersion> |
GalleryImageVersions.listByGalleryImage(String resourceGroupName,
String galleryName,
String galleryImageName)
List gallery image versions under a gallery image.
|
PagedList<ComputeSku> |
ComputeSkus.listbyRegionAndResourceType(Region region,
ComputeResourceType resourceType)
Lists all the skus with the specified resource type in the given region.
|
PagedList<ComputeSku> |
ComputeSkus.listByResourceType(ComputeResourceType resourceType)
Lists all the skus with the specified resource type.
|
PagedList<GalleryImage> |
Gallery.listImages()
List images in the gallery.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSetVM.listNetworkInterfaces() |
PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSet.listNetworkInterfaces() |
PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSet.listNetworkInterfacesByInstanceId(String virtualMachineInstanceId)
Lists the network interface associated with a specific virtual machine instance in the scale set.
|
PagedList<GalleryImageVersion> |
GalleryImage.listVersions()
List image versions.
|
PagedList<VirtualMachineSize> |
AvailabilitySet.listVirtualMachineSizes() |
Modifier and Type | Method and Description |
---|---|
PagedList<Webhook> |
WebhookOperations.list()
Lists all the webhooks for the container registry.
|
PagedList<Webhook> |
Registries.WebhooksClient.list(String resourceGroupName,
String registryName)
Lists all the webhooks for the container registry.
|
PagedList<RegistryTask> |
RegistryTasks.listByRegistry(String resourceGroupName,
String registryName)
Lists the tasks in a registry.
|
PagedList<RegistryTaskRun> |
RegistryTaskRuns.listByRegistry(String rgName,
String acrName)
The function that lists the RegistryTaskRun instances in a registry asynch.
|
PagedList<WebhookEventInfo> |
Webhook.listEvents() |
Modifier and Type | Method and Description |
---|---|
PagedList<DataLakeAnalyticsAccountBasic> |
Accounts.list()
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
PagedList<JobPipelineInformation> |
Pipelines.list(String accountName)
Lists all pipelines.
|
PagedList<JobInformationBasic> |
Jobs.list(String accountName)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
PagedList<JobRecurrenceInformation> |
Recurrences.list(String accountName)
Lists all recurrences.
|
PagedList<JobPipelineInformation> |
Pipelines.list(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all pipelines.
|
PagedList<JobRecurrenceInformation> |
Recurrences.list(String accountName,
org.joda.time.DateTime startDateTime,
org.joda.time.DateTime endDateTime)
Lists all recurrences.
|
PagedList<DataLakeAnalyticsAccountBasic> |
Accounts.list(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
PagedList<JobInformationBasic> |
Jobs.list(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
PagedList<Acl> |
Catalogs.listAcls(String accountName)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
PagedList<Acl> |
Catalogs.listAcls(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
PagedList<Acl> |
Catalogs.listAclsByDatabase(String accountName,
String databaseName)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
PagedList<Acl> |
Catalogs.listAclsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
PagedList<Acl> |
Catalogs.listAclsByDatabaseNext(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.
|
PagedList<Acl> |
Catalogs.listAclsNext(String nextPageLink)
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.
|
PagedList<USqlAssemblyClr> |
Catalogs.listAssemblies(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
PagedList<USqlAssemblyClr> |
Catalogs.listAssemblies(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
PagedList<USqlAssemblyClr> |
Catalogs.listAssembliesNext(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
PagedList<StorageAccountInformation> |
StorageAccounts.listByAccount(String resourceGroupName,
String accountName)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
PagedList<ComputePolicy> |
ComputePolicies.listByAccount(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
PagedList<FirewallRule> |
FirewallRules.listByAccount(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
PagedList<DataLakeStoreAccountInformation> |
DataLakeStoreAccounts.listByAccount(String resourceGroupName,
String accountName)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
PagedList<StorageAccountInformation> |
StorageAccounts.listByAccount(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
PagedList<DataLakeStoreAccountInformation> |
DataLakeStoreAccounts.listByAccount(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
PagedList<StorageAccountInformation> |
StorageAccounts.listByAccountNext(String nextPageLink)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
PagedList<ComputePolicy> |
ComputePolicies.listByAccountNext(String nextPageLink)
Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
PagedList<FirewallRule> |
FirewallRules.listByAccountNext(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
PagedList<DataLakeStoreAccountInformation> |
DataLakeStoreAccounts.listByAccountNext(String nextPageLink)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
PagedList<DataLakeAnalyticsAccountBasic> |
Accounts.listByResourceGroup(String resourceGroupName)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
PagedList<DataLakeAnalyticsAccountBasic> |
Accounts.listByResourceGroup(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
PagedList<DataLakeAnalyticsAccountBasic> |
Accounts.listByResourceGroupNext(String nextPageLink)
Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
|
PagedList<USqlCredential> |
Catalogs.listCredentials(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
PagedList<USqlCredential> |
Catalogs.listCredentials(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
PagedList<USqlCredential> |
Catalogs.listCredentialsNext(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
Catalogs.listDatabases(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
Catalogs.listDatabases(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
Catalogs.listDatabasesNext(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
PagedList<USqlExternalDataSource> |
Catalogs.listExternalDataSources(String accountName,
String databaseName)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
PagedList<USqlExternalDataSource> |
Catalogs.listExternalDataSources(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
PagedList<USqlExternalDataSource> |
Catalogs.listExternalDataSourcesNext(String nextPageLink)
Retrieves the list of external data sources from the Data Lake Analytics catalog.
|
PagedList<JobPipelineInformation> |
Pipelines.listNext(String nextPageLink)
Lists all pipelines.
|
PagedList<JobInformationBasic> |
Jobs.listNext(String nextPageLink)
Lists the jobs, if any, associated with the specified Data Lake Analytics account.
|
PagedList<JobRecurrenceInformation> |
Recurrences.listNext(String nextPageLink)
Lists all recurrences.
|
PagedList<DataLakeAnalyticsAccountBasic> |
Accounts.listNext(String nextPageLink)
Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
|
PagedList<USqlPackage> |
Catalogs.listPackages(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
PagedList<USqlPackage> |
Catalogs.listPackages(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
PagedList<USqlPackage> |
Catalogs.listPackagesNext(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
Catalogs.listProcedures(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
Catalogs.listProcedures(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
Catalogs.listProceduresNext(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
PagedList<SasTokenInformation> |
StorageAccounts.listSasTokens(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
PagedList<SasTokenInformation> |
StorageAccounts.listSasTokensNext(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
PagedList<USqlSchema> |
Catalogs.listSchemas(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
PagedList<USqlSchema> |
Catalogs.listSchemas(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
PagedList<USqlSchema> |
Catalogs.listSchemasNext(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
PagedList<StorageContainer> |
StorageAccounts.listStorageContainers(String resourceGroupName,
String accountName,
String storageAccountName)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
PagedList<StorageContainer> |
StorageAccounts.listStorageContainersNext(String nextPageLink)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
PagedList<USqlTableFragment> |
Catalogs.listTableFragments(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
PagedList<USqlTableFragment> |
Catalogs.listTableFragments(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
PagedList<USqlTableFragment> |
Catalogs.listTableFragmentsNext(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
PagedList<USqlTablePartition> |
Catalogs.listTablePartitions(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
PagedList<USqlTablePartition> |
Catalogs.listTablePartitions(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
PagedList<USqlTablePartition> |
Catalogs.listTablePartitionsNext(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTables(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTables(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTablesByDatabase(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTablesByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTablesByDatabaseNext(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTablesNext(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatistics(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatistics(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabase(String accountName,
String databaseName)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabaseAndSchema(String accountName,
String databaseName,
String schemaName)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabaseAndSchema(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabaseAndSchemaNext(String nextPageLink)
Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsByDatabaseNext(String nextPageLink)
Retrieves the list of all statistics in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableStatistics> |
Catalogs.listTableStatisticsNext(String nextPageLink)
Retrieves the list of table statistics from the Data Lake Analytics catalog.
|
PagedList<USqlTableType> |
Catalogs.listTableTypes(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
PagedList<USqlTableType> |
Catalogs.listTableTypes(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
PagedList<USqlTableType> |
Catalogs.listTableTypesNext(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctions(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctions(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctionsByDatabase(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctionsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctionsByDatabaseNext(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctionsNext(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
PagedList<USqlType> |
Catalogs.listTypes(String accountName,
String databaseName,
String schemaName)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
PagedList<USqlType> |
Catalogs.listTypes(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
PagedList<USqlType> |
Catalogs.listTypesNext(String nextPageLink)
Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViews(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViews(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViewsByDatabase(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViewsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViewsByDatabaseNext(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViewsNext(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
PagedList<DataLakeStoreAccountBasic> |
Accounts.list()
Lists the Data Lake Store accounts within the subscription.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.list(String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within the subscription.
|
PagedList<TrustedIdProvider> |
TrustedIdProviders.listByAccount(String resourceGroupName,
String accountName)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
PagedList<FirewallRule> |
FirewallRules.listByAccount(String resourceGroupName,
String accountName)
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
|
PagedList<TrustedIdProvider> |
TrustedIdProviders.listByAccountNext(String nextPageLink)
Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.
|
PagedList<FirewallRule> |
FirewallRules.listByAccountNext(String nextPageLink)
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.listByResourceGroup(String resourceGroupName)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.listByResourceGroup(String resourceGroupName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.listByResourceGroupNext(String nextPageLink)
Lists the Data Lake Store accounts within a specific resource group.
|
PagedList<DataLakeStoreAccountBasic> |
Accounts.listNext(String nextPageLink)
Lists the Data Lake Store accounts within the subscription.
|
Modifier and Type | Method and Description |
---|---|
PagedList<RecordSetT> |
DnsRecordSets.list(int pageSize)
Lists all the record sets, with number of entries in each page limited to given size.
|
PagedList<RecordSetT> |
DnsRecordSets.list(String recordSetNameSuffix)
Lists all the record sets with the given suffix.
|
PagedList<RecordSetT> |
DnsRecordSets.list(String recordSetNameSuffix,
int pageSize)
Lists all the record sets with the given suffix, also limits the number of entries
per page to the given page size.
|
PagedList<DnsRecordSet> |
DnsZone.listRecordSets() |
PagedList<DnsRecordSet> |
DnsZone.listRecordSets(int pageSize)
Lists all the record sets in this zone with each entries in each page
limited to the given size.
|
PagedList<DnsRecordSet> |
DnsZone.listRecordSets(String recordSetNameSuffix)
Lists all the record sets in this zone with the given suffix.
|
PagedList<DnsRecordSet> |
DnsZone.listRecordSets(String recordSetNameSuffix,
int pageSize)
Lists all the record sets in this zone with the given suffix, also limits
the number of entries per page to the given page size.
|
Modifier and Type | Method and Description |
---|---|
PagedList<EventHubAuthorizationRule> |
EventHub.listAuthorizationRules() |
PagedList<DisasterRecoveryPairingAuthorizationRule> |
EventHubDisasterRecoveryPairing.listAuthorizationRules() |
PagedList<EventHubNamespaceAuthorizationRule> |
EventHubNamespace.listAuthorizationRules() |
PagedList<DisasterRecoveryPairingAuthorizationRule> |
DisasterRecoveryPairingAuthorizationRules.listByDisasterRecoveryPairing(String resourceGroupName,
String namespaceName,
String pairingName)
Lists the authorization rules that can be used to access the disaster recovery pairing.
|
PagedList<EventHubAuthorizationRule> |
EventHubAuthorizationRules.listByEventHub(String resourceGroupName,
String namespaceName,
String eventHubName)
Lists the authorization rules of an event hub in a namespace under a resource group.
|
PagedList<EventHubConsumerGroup> |
EventHubConsumerGroups.listByEventHub(String resourceGroupName,
String namespaceName,
String eventHubName)
Lists the consumer groups of an event hub in a namespace under a resource group.
|
PagedList<EventHubNamespaceAuthorizationRule> |
EventHubNamespaceAuthorizationRules.listByNamespace(String resourceGroupName,
String namespaceName)
Lists the authorization rules under a namespace in a resource group.
|
PagedList<EventHub> |
EventHubs.listByNamespace(String resourceGroupName,
String namespaceName)
Lists the event hubs in a namespace under a resource group.
|
PagedList<EventHubDisasterRecoveryPairing> |
EventHubDisasterRecoveryPairings.listByNamespace(String resourceGroupName,
String namespaceName)
Lists the disaster recovery pairings of a namespace under a resource group.
|
PagedList<EventHubConsumerGroup> |
EventHub.listConsumerGroups() |
PagedList<EventHub> |
EventHubNamespace.listEventHubs() |
Modifier and Type | Method and Description |
---|---|
PagedList<RoleAssignment> |
RoleAssignments.listByScope(String scope)
List role assignments in a scope.
|
PagedList<RoleDefinition> |
RoleDefinitions.listByScope(String scope)
List role definitions in a scope.
|
Modifier and Type | Method and Description |
---|---|
PagedList<DeletedVault> |
Vaults.listDeleted()
Gets information about the deleted vaults in a subscription.
|
PagedList<Key> |
Key.listVersions() |
PagedList<Secret> |
Secret.listVersions() |
Modifier and Type | Method and Description |
---|---|
PagedList<ManagementLock> |
ManagementLocks.listForResource(String resourceId)
Lists management locks associated with the specified resource, its resource group and any resources below the resource.
|
Modifier and Type | Method and Description |
---|---|
PagedList<EventData> |
ActivityLogs.ActivityLogsQueryDefinitionStages.WithActivityLogsQueryExecute.execute()
Executes the query.
|
PagedList<DiagnosticSetting> |
DiagnosticSettings.listByResource(String resourceId)
Lists all the diagnostic settings in the currently selected subscription for a specific resource.
|
Modifier and Type | Method and Description |
---|---|
PagedList<VirtualMachineScaleSetNetworkInterface> |
VirtualMachineScaleSetNetworkInterfaces.listByVirtualMachineInstanceId(String instanceId)
Lists all the network interfaces associated with a virtual machine instance in the scale set.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSet(String resourceGroupName,
String scaleSetName)
List the network interfaces associated with a virtual machine scale set.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSetId(String id)
List the network interfaces associated with a virtual machine scale set.
|
PagedList<VirtualMachineScaleSetNetworkInterface> |
NetworkInterfaces.listByVirtualMachineScaleSetInstanceId(String resourceGroupName,
String scaleSetName,
String instanceId)
List the network interfaces associated with a specific virtual machine instance in a scale set.
|
PagedList<VirtualNetworkGatewayConnection> |
VirtualNetworkGateway.listConnections() |
Modifier and Type | Method and Description |
---|---|
PagedList<com.microsoft.azure.management.redis.implementation.OperationInner> |
RedisCaches.listOperations()
Lists all of the available Redis REST API operations.
|
Modifier and Type | Method and Description |
---|---|
PagedList<PolicyAssignment> |
PolicyAssignments.listByResource(String resourceId)
List policy assignments of the resource.
|
PagedList<Location> |
Subscription.listLocations()
List the locations the subscription has access to.
|
Modifier and Type | Method and Description |
---|---|
PagedList<T> |
SupportsListingByParent.listByParent(ParentT parentResource)
Gets the information about a resource from Azure based on the resource id.
|
PagedList<T> |
SupportsListingByParent.listByParent(String resourceGroupName,
String parentName)
Lists resources of the specified type in the specified resource group.
|
PagedList<T> |
SupportsListingByResourceGroup.listByResourceGroup(String resourceGroupName)
Lists resources of the specified type in the specified resource group.
|
PagedList<T> |
SupportsListingInResourceGroupByTag.listByTag(String resourceGroupName,
String tagName,
String tagValue)
Lists all the resources with the specified tag.
|
Modifier and Type | Method and Description |
---|---|
PagedList<InnerT> |
InnerSupportsListing.list()
Lists the page list of all resources of specific type available in subscription.
|
PagedList<T> |
SupportsListing.list()
Lists all the resources of the specified type in the currently selected subscription.
|
PagedList<T> |
SupportsListingByRegion.listByRegion(Region region)
Lists all the resources of the specified type in the specified region.
|
PagedList<T> |
SupportsListingByRegion.listByRegion(String regionName)
List all the resources of the specified type in the specified region.
|
PagedList<InnerT> |
InnerSupportsListing.listByResourceGroup(String resourceGroupName)
Lists the page list of all resources of specific type in specified resource group.
|
PagedList<T> |
SupportsListingByTag.listByTag(String tagName,
String tagValue)
Lists all the resources with the specified tag.
|
Modifier and Type | Method and Description |
---|---|
PagedList<SqlSyncFullSchemaProperty> |
SqlSyncGroup.listHubSchemas()
Gets a collection of hub database schemas.
|
PagedList<SqlSyncGroupLogProperty> |
SqlSyncGroup.listLogs(String startTime,
String endTime,
String type)
Gets a collection of sync group logs.
|
PagedList<SqlSyncFullSchemaProperty> |
SqlSyncMember.listMemberSchemas()
Lists the sync member database schemas.
|
PagedList<String> |
SqlSyncGroupOperations.listSyncDatabaseIds(Region region)
Gets a collection of sync database ids.
|
PagedList<String> |
SqlSyncGroupOperations.listSyncDatabaseIds(String locationName)
Gets a collection of sync database ids.
|
Copyright © 2019. All rights reserved.