GenericResource.Definition Interface
public interface Definition extends GenericResource.DefinitionStages.Blank,GenericResource.DefinitionStages.WithGroup,GenericResource.DefinitionStages.WithResourceType,GenericResource.DefinitionStages.WithProviderNamespace,GenericResource.DefinitionStages.WithParentResource,GenericResource.DefinitionStages.WithPlan,GenericResource.DefinitionStages.WithApiVersion,GenericResource.DefinitionStages.WithCreate
The entirety of the generic resource definition.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
GenericResource.DefinitionStages.WithApiVersion.withApiVersion(String apiVersion)
GenericResource.DefinitionStages.WithPlan.withoutPlan()
GenericResource.DefinitionStages.WithParentResource.withParentResourceId(String parentResourceId)
GenericResource.DefinitionStages.WithParentResource.withParentResourcePath(String parentResourcePath)
GenericResource.DefinitionStages.WithPlan.withPlan(String name, String publisher, String product, String promotionCode)
GenericResource.DefinitionStages.WithCreate.withProperties(Object properties)
GenericResource.DefinitionStages.WithProviderNamespace.withProviderNamespace(String resourceProviderNamespace)
Resource.DefinitionWithRegion<T>.withRegion(String regionName)
Resource.DefinitionWithRegion<T>.withRegion(Region region)
GenericResource.DefinitionStages.WithResourceType.withResourceType(String resourceType)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java