
com.azure.resourcemanager.resources.models.DeploymentOperations Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.resourcemanager.resources.models;
import com.azure.core.annotation.Fluent;
import com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById;
import com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing;
/**
* Entry point to deployment operation management API.
*/
@Fluent
public interface DeploymentOperations
extends SupportsListing, SupportsGettingById {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy