Uses of Interface
com.microsoft.azure.management.resources.fluentcore.model.Creatable
-
Packages that use Creatable Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient.com.microsoft.azure.management.resources.fluentcore.arm.models This package contains the base classes for resource models.com.microsoft.azure.management.resources.fluentcore.collection This package contains the base class for resource collections.com.microsoft.azure.management.resources.fluentcore.dag This package contains the graph related classes that are useful for performing cloud requests in parallel. -
-
Uses of Creatable in com.microsoft.azure.management.resources
Subinterfaces of Creatable in com.microsoft.azure.management.resources Modifier and Type Interface Description static interfaceDeployment.DefinitionContainer interface for all the deployment definitions.static interfaceDeployment.DefinitionStages.WithCreateA deployment definition with sufficient inputs to create a new deployment in the cloud, but exposing additional optional inputs to specify.static interfaceGenericResource.DefinitionThe entirety of the generic resource definition.static interfaceGenericResource.DefinitionStages.WithCreateA deployment definition with sufficient inputs to create a new resource in the cloud, but exposing additional optional inputs to specify.static interfacePolicyAssignment.DefinitionContainer interface for all the definitions that need to be implemented.static interfacePolicyAssignment.DefinitionStages.WithCreateA policy assignment with sufficient inputs to create a new policy assignment in the cloud, but exposing additional optional inputs to specify.static interfacePolicyDefinition.DefinitionContainer interface for all the definitions that need to be implemented.static interfacePolicyDefinition.DefinitionStages.WithCreateA policy definition with sufficient inputs to create a new policy in the cloud, but exposing additional optional inputs to specify.static interfaceResourceGroup.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceResourceGroup.DefinitionStages.WithCreateA resource group definition with sufficient inputs to create a new resource group in the cloud, but exposing additional optional inputs to specify.Methods in com.microsoft.azure.management.resources with parameters of type Creatable Modifier and Type Method Description Deployment.DefinitionStages.WithTemplateDeployment.DefinitionStages.WithGroup. withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)Creates a new resource group to put the resource in, based on the definition specified. -
Uses of Creatable in com.microsoft.azure.management.resources.fluentcore.arm.models
Methods in com.microsoft.azure.management.resources.fluentcore.arm.models that return Creatable Modifier and Type Method Description Creatable<T>IndependentChild.DefinitionStages.WithParentResource. withExistingParentResource(String groupName, String parentName)Creates a new child resource under parent resource.Creatable<T>IndependentChild.DefinitionStages.WithParentResource. withExistingParentResource(ParentT existingParentResource)Creates a new child resource under parent resource.Creatable<T>IndependentChild.DefinitionStages.WithParentResource. withNewParentResource(Creatable<ParentT> parentResourceCreatable)Creates a new child resource under parent resource.Methods in com.microsoft.azure.management.resources.fluentcore.arm.models with parameters of type Creatable Modifier and Type Method Description Creatable<T>IndependentChild.DefinitionStages.WithParentResource. withNewParentResource(Creatable<ParentT> parentResourceCreatable)Creates a new child resource under parent resource.TGroupableResource.DefinitionStages.WithCreatableResourceGroup. withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)Creates a new resource group to put the resource in, based on the definition specified. -
Uses of Creatable in com.microsoft.azure.management.resources.fluentcore.collection
Methods in com.microsoft.azure.management.resources.fluentcore.collection with parameters of type Creatable Modifier and Type Method Description CreatedResources<ResourceT>SupportsBatchCreation. create(Creatable<ResourceT>... creatables)Executes the create requests on a collection (batch) of resources.rx.Observable<Indexable>SupportsBatchCreation. createAsync(Creatable<ResourceT>... creatables)Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when system resources are available.com.microsoft.rest.ServiceFuture<CreatedResources<ResourceT>>SupportsBatchCreation. createAsync(com.microsoft.rest.ServiceCallback<CreatedResources<ResourceT>> callback, Creatable<ResourceT>... creatables)Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when system resources are available.Method parameters in com.microsoft.azure.management.resources.fluentcore.collection with type arguments of type Creatable Modifier and Type Method Description CreatedResources<ResourceT>SupportsBatchCreation. create(List<Creatable<ResourceT>> creatables)Executes the create requests on a collection (batch) of resources.com.microsoft.rest.ServiceFuture<CreatedResources<ResourceT>>SupportsBatchCreation. createAsync(com.microsoft.rest.ServiceCallback<CreatedResources<ResourceT>> callback, List<Creatable<ResourceT>> creatables)Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when system resources are available.rx.Observable<Indexable>SupportsBatchCreation. createAsync(List<Creatable<ResourceT>> creatables)Puts the requests to create a batch of resources into the queue and allow the HTTP client to execute it when system resources are available. -
Uses of Creatable in com.microsoft.azure.management.resources.fluentcore.dag
Methods in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type Creatable Modifier and Type Method Description protected StringIndexableTaskItem. addDependency(Creatable<? extends Indexable> creatable)Add a creatable dependency for this task item.protected StringIndexableTaskItem. addPostRunDependent(Creatable<? extends Indexable> creatable)Add a creatable "post-run" dependent for this task item.
-