azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.LeaseContainerRequest"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest"
name: "LeaseContainerRequest"
nameWithType: "LeaseContainerRequest"
summary: "Lease Container request schema."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **LeaseContainerRequest**"
constructors:
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.LeaseContainerRequest()"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.LeaseContainerRequest()"
name: "LeaseContainerRequest()"
nameWithType: "LeaseContainerRequest.LeaseContainerRequest()"
syntax: "public LeaseContainerRequest()"
methods:
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.action()"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.action()"
name: "action()"
nameWithType: "LeaseContainerRequest.action()"
summary: "Get specifies the lease action."
syntax: "public String action()"
desc: "Get specifies the lease action. Can be one of the available actions. Possible values include: 'Acquire', 'Renew', 'Change', 'Release', 'Break'."
returns:
description: "the action value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.breakPeriod()"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.breakPeriod()"
name: "breakPeriod()"
nameWithType: "LeaseContainerRequest.breakPeriod()"
summary: "Get optional."
syntax: "public Integer breakPeriod()"
desc: "Get optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60."
returns:
description: "the breakPeriod value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.leaseDuration()"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.leaseDuration()"
name: "leaseDuration()"
nameWithType: "LeaseContainerRequest.leaseDuration()"
summary: "Get required for acquire."
syntax: "public Integer leaseDuration()"
desc: "Get required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires."
returns:
description: "the leaseDuration value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.leaseId()"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.leaseId()"
name: "leaseId()"
nameWithType: "LeaseContainerRequest.leaseId()"
summary: "Get identifies the lease."
syntax: "public String leaseId()"
desc: "Get identifies the lease. Can be specified in any valid GUID string format."
returns:
description: "the leaseId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.proposedLeaseId()"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.proposedLeaseId()"
name: "proposedLeaseId()"
nameWithType: "LeaseContainerRequest.proposedLeaseId()"
summary: "Get optional for acquire, required for change."
syntax: "public String proposedLeaseId()"
desc: "Get optional for acquire, required for change. Proposed lease ID, in a GUID string format."
returns:
description: "the proposedLeaseId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.withAction(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.withAction(String action)"
name: "withAction(String action)"
nameWithType: "LeaseContainerRequest.withAction(String action)"
summary: "Set specifies the lease action."
parameters:
- description: "the action value to set"
name: "action"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LeaseContainerRequest withAction(String action)"
desc: "Set specifies the lease action. Can be one of the available actions. Possible values include: 'Acquire', 'Renew', 'Change', 'Release', 'Break'."
returns:
description: "the LeaseContainerRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.LeaseContainerRequest?alt=com.microsoft.azure.management.storage.LeaseContainerRequest&text=LeaseContainerRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.withBreakPeriod(java.lang.Integer)"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.withBreakPeriod(Integer breakPeriod)"
name: "withBreakPeriod(Integer breakPeriod)"
nameWithType: "LeaseContainerRequest.withBreakPeriod(Integer breakPeriod)"
summary: "Set optional."
parameters:
- description: "the breakPeriod value to set"
name: "breakPeriod"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LeaseContainerRequest withBreakPeriod(Integer breakPeriod)"
desc: "Set optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60."
returns:
description: "the LeaseContainerRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.LeaseContainerRequest?alt=com.microsoft.azure.management.storage.LeaseContainerRequest&text=LeaseContainerRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.withLeaseDuration(java.lang.Integer)"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.withLeaseDuration(Integer leaseDuration)"
name: "withLeaseDuration(Integer leaseDuration)"
nameWithType: "LeaseContainerRequest.withLeaseDuration(Integer leaseDuration)"
summary: "Set required for acquire."
parameters:
- description: "the leaseDuration value to set"
name: "leaseDuration"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LeaseContainerRequest withLeaseDuration(Integer leaseDuration)"
desc: "Set required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires."
returns:
description: "the LeaseContainerRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.LeaseContainerRequest?alt=com.microsoft.azure.management.storage.LeaseContainerRequest&text=LeaseContainerRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.withLeaseId(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.withLeaseId(String leaseId)"
name: "withLeaseId(String leaseId)"
nameWithType: "LeaseContainerRequest.withLeaseId(String leaseId)"
summary: "Set identifies the lease."
parameters:
- description: "the leaseId value to set"
name: "leaseId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LeaseContainerRequest withLeaseId(String leaseId)"
desc: "Set identifies the lease. Can be specified in any valid GUID string format."
returns:
description: "the LeaseContainerRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.LeaseContainerRequest?alt=com.microsoft.azure.management.storage.LeaseContainerRequest&text=LeaseContainerRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.LeaseContainerRequest.withProposedLeaseId(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.LeaseContainerRequest.withProposedLeaseId(String proposedLeaseId)"
name: "withProposedLeaseId(String proposedLeaseId)"
nameWithType: "LeaseContainerRequest.withProposedLeaseId(String proposedLeaseId)"
summary: "Set optional for acquire, required for change."
parameters:
- description: "the proposedLeaseId value to set"
name: "proposedLeaseId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LeaseContainerRequest withProposedLeaseId(String proposedLeaseId)"
desc: "Set optional for acquire, required for change. Proposed lease ID, in a GUID string format."
returns:
description: "the LeaseContainerRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.LeaseContainerRequest?alt=com.microsoft.azure.management.storage.LeaseContainerRequest&text=LeaseContainerRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Lease Container request schema."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4