Modifier and Type | Method and Description |
---|---|
static RequestVerb |
RequestVerb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestVerb[] |
RequestVerb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
TokenResolver.getAuthorizationToken(RequestVerb requestVerb,
String resourceIdOrFullName,
CosmosResourceType resourceType,
Map<String,Object> properties)
This method will consume the request information and based on that it will generate the authorization token.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.