| Modifier and Type | Method and Description |
|---|---|
ProviderOperation |
ProviderOperation.withDescription(String description)
Set the description value.
|
ProviderOperation |
ProviderOperation.withDisplayName(String displayName)
Set the displayName value.
|
ProviderOperation |
ProviderOperation.withName(String name)
Set the name value.
|
ProviderOperation |
ProviderOperation.withOrigin(String origin)
Set the origin value.
|
ProviderOperation |
ProviderOperation.withProperties(Object properties)
Set the properties value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProviderOperation> |
ResourceType.operations()
Get the operations value.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ResourceType.withOperations(List<ProviderOperation> operations)
Set the operations value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/