
com.blazebit.query.connector.azure.resourcemanager.AzureResourceBlobServiceProperties Maven / Gradle / Ivy
The newest version!
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright Blazebit
*/
package com.blazebit.query.connector.azure.resourcemanager;
import com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner;
/**
* @author Christian Beikov
* @since 1.0.0
*/
public class AzureResourceBlobServiceProperties extends AzureResourceWrapper {
public AzureResourceBlobServiceProperties(String tenantId, String resourceId, BlobServicePropertiesInner payload) {
super( tenantId, resourceId, payload );
}
@Override
public BlobServicePropertiesInner getPayload() {
return super.getPayload();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy