Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@ public enum DataSourceType {
CUSTOM_LOGS("CustomLogs"),

/** Enum value AzureWatson. */
AZURE_WATSON("AzureWatson");
AZURE_WATSON("AzureWatson"),

/** Enum value Query. */
QUERY("Query"),

/** Enum value Ingestion. */
INGESTION("Ingestion"),

/** Enum value Alerts. */
ALERTS("Alerts");

/** The actual serialized value for a DataSourceType instance. */
private String value;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public interface LinkedStorageAccounts extends SupportsCreating<LinkedStorageAcc
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand All @@ -44,7 +44,7 @@ public interface LinkedStorageAccounts extends SupportsCreating<LinkedStorageAcc
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interface LinkedStorageAccountsService {
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -95,7 +95,7 @@ public LinkedStorageAccountsResourceInner createOrUpdate(String resourceGroupNam
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -109,7 +109,7 @@ public ServiceFuture<LinkedStorageAccountsResourceInner> createOrUpdateAsync(Str
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the LinkedStorageAccountsResourceInner object
*/
Expand All @@ -127,7 +127,7 @@ public LinkedStorageAccountsResourceInner call(ServiceResponse<LinkedStorageAcco
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the LinkedStorageAccountsResourceInner object
*/
Expand Down Expand Up @@ -169,7 +169,7 @@ public Observable<ServiceResponse<LinkedStorageAccountsResourceInner>> call(Resp
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param storageAccountIds Linked storage accounts resources ids.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
Expand All @@ -185,7 +185,7 @@ public LinkedStorageAccountsResourceInner createOrUpdate(String resourceGroupNam
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param storageAccountIds Linked storage accounts resources ids.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -200,7 +200,7 @@ public ServiceFuture<LinkedStorageAccountsResourceInner> createOrUpdateAsync(Str
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param storageAccountIds Linked storage accounts resources ids.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the LinkedStorageAccountsResourceInner object
Expand All @@ -219,7 +219,7 @@ public LinkedStorageAccountsResourceInner call(ServiceResponse<LinkedStorageAcco
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param storageAccountIds Linked storage accounts resources ids.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the LinkedStorageAccountsResourceInner object
Expand Down Expand Up @@ -269,7 +269,7 @@ private ServiceResponse<LinkedStorageAccountsResourceInner> createOrUpdateDelega
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -283,7 +283,7 @@ public void delete(String resourceGroupName, String workspaceName, DataSourceTyp
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -297,7 +297,7 @@ public ServiceFuture<Void> deleteAsync(String resourceGroupName, String workspac
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
Expand All @@ -315,7 +315,7 @@ public Void call(ServiceResponse<Void> response) {
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceResponse} object if successful.
*/
Expand Down Expand Up @@ -361,7 +361,7 @@ private ServiceResponse<Void> deleteDelegate(Response<ResponseBody> response) th
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -376,7 +376,7 @@ public LinkedStorageAccountsResourceInner get(String resourceGroupName, String w
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -390,7 +390,7 @@ public ServiceFuture<LinkedStorageAccountsResourceInner> getAsync(String resourc
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the LinkedStorageAccountsResourceInner object
*/
Expand All @@ -408,7 +408,7 @@ public LinkedStorageAccountsResourceInner call(ServiceResponse<LinkedStorageAcco
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'
* @param dataSourceType Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the LinkedStorageAccountsResourceInner object
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class LinkedStorageAccountsResourceInner extends ProxyResource {
/**
* Linked storage accounts type. Possible values include: 'CustomLogs',
* 'AzureWatson'.
* 'AzureWatson', 'Query', 'Ingestion', 'Alerts'.
*/
@JsonProperty(value = "properties.dataSourceType", access = JsonProperty.Access.WRITE_ONLY)
private DataSourceType dataSourceType;
Expand All @@ -33,7 +33,7 @@ public class LinkedStorageAccountsResourceInner extends ProxyResource {
private List<String> storageAccountIds;

/**
* Get linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson'.
* Get linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Ingestion', 'Alerts'.
*
* @return the dataSourceType value
*/
Expand Down