89 строки
4.9 KiB
YAML
89 строки
4.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders"
|
|
name: "BatchAccountsDeleteHeaders"
|
|
nameWithType: "BatchAccountsDeleteHeaders"
|
|
summary: "The Batch<wbr>Accounts<wbr>Delete<wbr>Headers model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class BatchAccountsDeleteHeaders"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.BatchAccountsDeleteHeaders()"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.BatchAccountsDeleteHeaders()"
|
|
name: "BatchAccountsDeleteHeaders()"
|
|
nameWithType: "BatchAccountsDeleteHeaders.BatchAccountsDeleteHeaders()"
|
|
syntax: "public BatchAccountsDeleteHeaders()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.location()"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.location()"
|
|
name: "location()"
|
|
nameWithType: "BatchAccountsDeleteHeaders.location()"
|
|
summary: "Get the location property: The Location property."
|
|
syntax: "public String location()"
|
|
desc: "Get the location property: The Location property."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.retryAfter()"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.retryAfter()"
|
|
name: "retryAfter()"
|
|
nameWithType: "BatchAccountsDeleteHeaders.retryAfter()"
|
|
summary: "Get the retry<wbr>After property: The Retry-After property."
|
|
syntax: "public Integer retryAfter()"
|
|
desc: "Get the retryAfter property: The Retry-After property."
|
|
returns:
|
|
description: "the retryAfter value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.validate()"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.validate()"
|
|
name: "validate()"
|
|
nameWithType: "BatchAccountsDeleteHeaders.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.withLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.withLocation(String location)"
|
|
name: "withLocation(String location)"
|
|
nameWithType: "BatchAccountsDeleteHeaders.withLocation(String location)"
|
|
summary: "Set the location property: The Location property."
|
|
parameters:
|
|
- description: "the location value to set."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public BatchAccountsDeleteHeaders withLocation(String location)"
|
|
desc: "Set the location property: The Location property."
|
|
returns:
|
|
description: "the BatchAccountsDeleteHeaders object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders?alt=com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders&text=BatchAccountsDeleteHeaders\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.withRetryAfter(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders.withRetryAfter(Integer retryAfter)"
|
|
name: "withRetryAfter(Integer retryAfter)"
|
|
nameWithType: "BatchAccountsDeleteHeaders.withRetryAfter(Integer retryAfter)"
|
|
summary: "Set the retry<wbr>After property: The Retry-After property."
|
|
parameters:
|
|
- description: "the retryAfter value to set."
|
|
name: "retryAfter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public BatchAccountsDeleteHeaders withRetryAfter(Integer retryAfter)"
|
|
desc: "Set the retryAfter property: The Retry-After property."
|
|
returns:
|
|
description: "the BatchAccountsDeleteHeaders object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders?alt=com.azure.resourcemanager.batch.models.BatchAccountsDeleteHeaders&text=BatchAccountsDeleteHeaders\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The BatchAccountsDeleteHeaders model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.batch.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:1.0.0
|