BatchConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. logic. fluent. models. BatchConfigurationInner
- com.
- com.
- com.
public final class BatchConfigurationInner
extends Resource
The batch configuration resource definition.
Constructor Summary
| Constructor | Description |
|---|---|
| BatchConfigurationInner() |
Creates an instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Batch |
properties()
Get the properties property: The batch configuration properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Batch |
withLocation(String location) |
|
Batch |
withProperties(BatchConfigurationProperties properties)
Set the properties property: The batch configuration properties. |
|
Batch |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
BatchConfigurationInner
public BatchConfigurationInner()
Creates an instance of BatchConfigurationInner class.
Method Details
fromJson
public static BatchConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of BatchConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
BatchConfigurationInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
BatchConfigurationInner.name()Returns:
properties
public BatchConfigurationProperties properties()
Get the properties property: The batch configuration properties.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
BatchConfigurationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
BatchConfigurationInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public BatchConfigurationInner withLocation(String location)
Overrides:
BatchConfigurationInner.withLocation(String location)Parameters:
withProperties
public BatchConfigurationInner withProperties(BatchConfigurationProperties properties)
Set the properties property: The batch configuration properties.
Parameters:
Returns:
withTags
public BatchConfigurationInner withTags(Map<String,String> tags)
Overrides:
BatchConfigurationInner.withTags(Map<String,String> tags)Parameters: