azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

132 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration"
name: "UploadBatchServiceLogsConfiguration"
nameWithType: "UploadBatchServiceLogsConfiguration"
summary: "The Azure Batch service log files upload configuration for a Compute Node."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **UploadBatchServiceLogsConfiguration**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.UploadBatchServiceLogsConfiguration()"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.UploadBatchServiceLogsConfiguration()"
name: "UploadBatchServiceLogsConfiguration()"
nameWithType: "UploadBatchServiceLogsConfiguration.UploadBatchServiceLogsConfiguration()"
syntax: "public UploadBatchServiceLogsConfiguration()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.containerUrl()"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.containerUrl()"
name: "containerUrl()"
nameWithType: "UploadBatchServiceLogsConfiguration.containerUrl()"
summary: "Get if a user assigned managed identity is not being used, the URL must include a Shared Access Signature (SAS) granting write permissions to the container."
syntax: "public String containerUrl()"
desc: "Get if a user assigned managed identity is not being used, the URL must include a Shared Access Signature (SAS) granting write permissions to the container. The SAS duration must allow enough time for the upload to finish. The start time for SAS is optional and recommended to not be specified."
returns:
description: "the containerUrl value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.endTime()"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.endTime()"
name: "endTime()"
nameWithType: "UploadBatchServiceLogsConfiguration.endTime()"
summary: "Get any log file containing a log message in the time range will be uploaded."
syntax: "public DateTime endTime()"
desc: "Get any log file containing a log message in the time range will be uploaded. This means that the operation might retrieve more logs than have been requested since the entire log file is always uploaded, but the operation should not retrieve fewer logs than have been requested. If omitted, the default is to upload all logs available after the startTime."
returns:
description: "the endTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.identityReference()"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.identityReference()"
name: "identityReference()"
nameWithType: "UploadBatchServiceLogsConfiguration.identityReference()"
summary: "Get the identity must have write access to the Azure Blob Storage container."
syntax: "public ComputeNodeIdentityReference identityReference()"
desc: "Get the identity must have write access to the Azure Blob Storage container."
returns:
description: "the identityReference value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.startTime()"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.startTime()"
name: "startTime()"
nameWithType: "UploadBatchServiceLogsConfiguration.startTime()"
summary: "Get any log file containing a log message in the time range will be uploaded."
syntax: "public DateTime startTime()"
desc: "Get any log file containing a log message in the time range will be uploaded. This means that the operation might retrieve more logs than have been requested since the entire log file is always uploaded, but the operation should not retrieve fewer logs than have been requested."
returns:
description: "the startTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.withContainerUrl(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.withContainerUrl(String containerUrl)"
name: "withContainerUrl(String containerUrl)"
nameWithType: "UploadBatchServiceLogsConfiguration.withContainerUrl(String containerUrl)"
summary: "Set if a user assigned managed identity is not being used, the URL must include a Shared Access Signature (SAS) granting write permissions to the container."
parameters:
- description: "the containerUrl value to set"
name: "containerUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UploadBatchServiceLogsConfiguration withContainerUrl(String containerUrl)"
desc: "Set if a user assigned managed identity is not being used, the URL must include a Shared Access Signature (SAS) granting write permissions to the container. The SAS duration must allow enough time for the upload to finish. The start time for SAS is optional and recommended to not be specified."
returns:
description: "the UploadBatchServiceLogsConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration?alt=com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration&text=UploadBatchServiceLogsConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.withEndTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.withEndTime(DateTime endTime)"
name: "withEndTime(DateTime endTime)"
nameWithType: "UploadBatchServiceLogsConfiguration.withEndTime(DateTime endTime)"
summary: "Set any log file containing a log message in the time range will be uploaded."
parameters:
- description: "the endTime value to set"
name: "endTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UploadBatchServiceLogsConfiguration withEndTime(DateTime endTime)"
desc: "Set any log file containing a log message in the time range will be uploaded. This means that the operation might retrieve more logs than have been requested since the entire log file is always uploaded, but the operation should not retrieve fewer logs than have been requested. If omitted, the default is to upload all logs available after the startTime."
returns:
description: "the UploadBatchServiceLogsConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration?alt=com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration&text=UploadBatchServiceLogsConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.withIdentityReference(com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference)"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.withIdentityReference(ComputeNodeIdentityReference identityReference)"
name: "withIdentityReference(ComputeNodeIdentityReference identityReference)"
nameWithType: "UploadBatchServiceLogsConfiguration.withIdentityReference(ComputeNodeIdentityReference identityReference)"
summary: "Set the identity must have write access to the Azure Blob Storage container."
parameters:
- description: "the identityReference value to set"
name: "identityReference"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UploadBatchServiceLogsConfiguration withIdentityReference(ComputeNodeIdentityReference identityReference)"
desc: "Set the identity must have write access to the Azure Blob Storage container."
returns:
description: "the UploadBatchServiceLogsConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration?alt=com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration&text=UploadBatchServiceLogsConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.withStartTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration.withStartTime(DateTime startTime)"
name: "withStartTime(DateTime startTime)"
nameWithType: "UploadBatchServiceLogsConfiguration.withStartTime(DateTime startTime)"
summary: "Set any log file containing a log message in the time range will be uploaded."
parameters:
- description: "the startTime value to set"
name: "startTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UploadBatchServiceLogsConfiguration withStartTime(DateTime startTime)"
desc: "Set any log file containing a log message in the time range will be uploaded. This means that the operation might retrieve more logs than have been requested since the entire log file is always uploaded, but the operation should not retrieve fewer logs than have been requested."
returns:
description: "the UploadBatchServiceLogsConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration?alt=com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsConfiguration&text=UploadBatchServiceLogsConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Azure Batch service log files upload configuration for a Compute Node."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0