Uses of Enum
com.azure.cosmos.models.ContainerChildResourceType
Packages that use ContainerChildResourceType
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of ContainerChildResourceType in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return ContainerChildResourceTypeModifier and TypeMethodDescriptionCosmosPermissionProperties.getResourceKind()Gets the kind of resource that has a Cosmos container as the parent resource which is associated with this permission object.static ContainerChildResourceTypeReturns the enum constant of this type with the specified name.static ContainerChildResourceType[]ContainerChildResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.cosmos.models with parameters of type ContainerChildResourceTypeModifier and TypeMethodDescriptionCosmosPermissionProperties.setResourcePath(ContainerChildResourceType resourceKind, String resourceName) Sets the resource path represented by the name and kind of a resource that has a Cosmos container as the parent resource which is associated with this permission object.