| Modifier and Type | Field and Description |
|---|---|
static ValidateResourceTypes |
ValidateResourceTypes.SERVER_FARM
Static value ServerFarm for ValidateResourceTypes.
|
static ValidateResourceTypes |
ValidateResourceTypes.SITE
Static value Site for ValidateResourceTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidateResourceTypes |
ValidateResourceTypes.fromString(String name)
Creates or finds a ValidateResourceTypes from its string representation.
|
ValidateResourceTypes |
ValidateRequest.type()
Get resource type used for verification.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ValidateResourceTypes> |
ValidateResourceTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
ValidateRequest |
ValidateRequest.withType(ValidateResourceTypes type)
Set resource type used for verification.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/