ProviderResourceType 类
定义
Resource type managed by the resource provider.
public class ProviderResourceType
- 继承
-
java.lang.ObjectProviderResourceType
方法
aliases() |
Get the aliases value.
|
apiVersions() |
Get the apiVersions value.
|
locations() |
Get the locations value.
|
properties() |
Get the properties value.
|
resourceType() |
Get the resourceType value.
|
withAliases(List<AliasType> aliases) |
Set the aliases value.
|
withApiVersions(List<String> apiVersions) |
Set the apiVersions value.
|
withLocations(List<String> locations) |
Set the locations value.
|
withProperties(Map<String, String> properties) |
Set the properties value.
|
withResourceType(String resourceType) |
Set the resourceType value.
|