com.azure.resourcemanager.databoxedge.implementation.ContainersImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-databoxedge Show documentation
Show all versions of azure-resourcemanager-databoxedge Show documentation
This package contains Microsoft Azure SDK for DataBoxEdge Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-2019-08.
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.databoxedge.implementation;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.http.rest.SimpleResponse;
import com.azure.core.util.Context;
import com.azure.core.util.logging.ClientLogger;
import com.azure.resourcemanager.databoxedge.fluent.ContainersClient;
import com.azure.resourcemanager.databoxedge.fluent.models.ContainerInner;
import com.azure.resourcemanager.databoxedge.models.Container;
import com.azure.resourcemanager.databoxedge.models.Containers;
public final class ContainersImpl implements Containers {
private static final ClientLogger LOGGER = new ClientLogger(ContainersImpl.class);
private final ContainersClient innerClient;
private final com.azure.resourcemanager.databoxedge.DataBoxEdgeManager serviceManager;
public ContainersImpl(ContainersClient innerClient,
com.azure.resourcemanager.databoxedge.DataBoxEdgeManager serviceManager) {
this.innerClient = innerClient;
this.serviceManager = serviceManager;
}
public PagedIterable listByStorageAccount(String deviceName, String storageAccountName,
String resourceGroupName) {
PagedIterable inner
= this.serviceClient().listByStorageAccount(deviceName, storageAccountName, resourceGroupName);
return ResourceManagerUtils.mapPage(inner, inner1 -> new ContainerImpl(inner1, this.manager()));
}
public PagedIterable listByStorageAccount(String deviceName, String storageAccountName,
String resourceGroupName, Context context) {
PagedIterable inner
= this.serviceClient().listByStorageAccount(deviceName, storageAccountName, resourceGroupName, context);
return ResourceManagerUtils.mapPage(inner, inner1 -> new ContainerImpl(inner1, this.manager()));
}
public Response getWithResponse(String deviceName, String storageAccountName, String containerName,
String resourceGroupName, Context context) {
Response inner = this.serviceClient()
.getWithResponse(deviceName, storageAccountName, containerName, resourceGroupName, context);
if (inner != null) {
return new SimpleResponse<>(inner.getRequest(), inner.getStatusCode(), inner.getHeaders(),
new ContainerImpl(inner.getValue(), this.manager()));
} else {
return null;
}
}
public Container get(String deviceName, String storageAccountName, String containerName, String resourceGroupName) {
ContainerInner inner
= this.serviceClient().get(deviceName, storageAccountName, containerName, resourceGroupName);
if (inner != null) {
return new ContainerImpl(inner, this.manager());
} else {
return null;
}
}
public void delete(String deviceName, String storageAccountName, String containerName, String resourceGroupName) {
this.serviceClient().delete(deviceName, storageAccountName, containerName, resourceGroupName);
}
public void delete(String deviceName, String storageAccountName, String containerName, String resourceGroupName,
Context context) {
this.serviceClient().delete(deviceName, storageAccountName, containerName, resourceGroupName, context);
}
public void refresh(String deviceName, String storageAccountName, String containerName, String resourceGroupName) {
this.serviceClient().refresh(deviceName, storageAccountName, containerName, resourceGroupName);
}
public void refresh(String deviceName, String storageAccountName, String containerName, String resourceGroupName,
Context context) {
this.serviceClient().refresh(deviceName, storageAccountName, containerName, resourceGroupName, context);
}
public Container getById(String id) {
String deviceName = ResourceManagerUtils.getValueFromIdByName(id, "dataBoxEdgeDevices");
if (deviceName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'dataBoxEdgeDevices'.", id)));
}
String storageAccountName = ResourceManagerUtils.getValueFromIdByName(id, "storageAccounts");
if (storageAccountName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'storageAccounts'.", id)));
}
String containerName = ResourceManagerUtils.getValueFromIdByName(id, "containers");
if (containerName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'containers'.", id)));
}
String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
if (resourceGroupName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
}
return this.getWithResponse(deviceName, storageAccountName, containerName, resourceGroupName, Context.NONE)
.getValue();
}
public Response getByIdWithResponse(String id, Context context) {
String deviceName = ResourceManagerUtils.getValueFromIdByName(id, "dataBoxEdgeDevices");
if (deviceName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'dataBoxEdgeDevices'.", id)));
}
String storageAccountName = ResourceManagerUtils.getValueFromIdByName(id, "storageAccounts");
if (storageAccountName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'storageAccounts'.", id)));
}
String containerName = ResourceManagerUtils.getValueFromIdByName(id, "containers");
if (containerName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'containers'.", id)));
}
String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
if (resourceGroupName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
}
return this.getWithResponse(deviceName, storageAccountName, containerName, resourceGroupName, context);
}
public void deleteById(String id) {
String deviceName = ResourceManagerUtils.getValueFromIdByName(id, "dataBoxEdgeDevices");
if (deviceName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'dataBoxEdgeDevices'.", id)));
}
String storageAccountName = ResourceManagerUtils.getValueFromIdByName(id, "storageAccounts");
if (storageAccountName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'storageAccounts'.", id)));
}
String containerName = ResourceManagerUtils.getValueFromIdByName(id, "containers");
if (containerName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'containers'.", id)));
}
String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
if (resourceGroupName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
}
this.delete(deviceName, storageAccountName, containerName, resourceGroupName, Context.NONE);
}
public void deleteByIdWithResponse(String id, Context context) {
String deviceName = ResourceManagerUtils.getValueFromIdByName(id, "dataBoxEdgeDevices");
if (deviceName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'dataBoxEdgeDevices'.", id)));
}
String storageAccountName = ResourceManagerUtils.getValueFromIdByName(id, "storageAccounts");
if (storageAccountName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'storageAccounts'.", id)));
}
String containerName = ResourceManagerUtils.getValueFromIdByName(id, "containers");
if (containerName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'containers'.", id)));
}
String resourceGroupName = ResourceManagerUtils.getValueFromIdByName(id, "resourceGroups");
if (resourceGroupName == null) {
throw LOGGER.logExceptionAsError(new IllegalArgumentException(
String.format("The resource ID '%s' is not valid. Missing path segment 'resourceGroups'.", id)));
}
this.delete(deviceName, storageAccountName, containerName, resourceGroupName, context);
}
private ContainersClient serviceClient() {
return this.innerClient;
}
private com.azure.resourcemanager.databoxedge.DataBoxEdgeManager manager() {
return this.serviceManager;
}
public ContainerImpl define(String name) {
return new ContainerImpl(name, this.manager());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy