56 строки
4.4 KiB
YAML
56 строки
4.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.file.share.options.ShareGetPropertiesOptions"
|
|
fullName: "com.azure.storage.file.share.options.ShareGetPropertiesOptions"
|
|
name: "ShareGetPropertiesOptions"
|
|
nameWithType: "ShareGetPropertiesOptions"
|
|
summary: "Extended options that may be passed when getting properties from a share."
|
|
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 **ShareGetPropertiesOptions**"
|
|
constructors:
|
|
- uid: "com.azure.storage.file.share.options.ShareGetPropertiesOptions.ShareGetPropertiesOptions()"
|
|
fullName: "com.azure.storage.file.share.options.ShareGetPropertiesOptions.ShareGetPropertiesOptions()"
|
|
name: "ShareGetPropertiesOptions()"
|
|
nameWithType: "ShareGetPropertiesOptions.ShareGetPropertiesOptions()"
|
|
syntax: "public ShareGetPropertiesOptions()"
|
|
methods:
|
|
- uid: "com.azure.storage.file.share.options.ShareGetPropertiesOptions.getRequestConditions()"
|
|
fullName: "com.azure.storage.file.share.options.ShareGetPropertiesOptions.getRequestConditions()"
|
|
name: "getRequestConditions()"
|
|
nameWithType: "ShareGetPropertiesOptions.getRequestConditions()"
|
|
syntax: "public ShareRequestConditions getRequestConditions()"
|
|
returns:
|
|
description: "<xref uid=\"com.azure.storage.file.share.models.ShareRequestConditions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareRequestConditions\"></xref>."
|
|
type: "<xref href=\"com.azure.storage.file.share.models.ShareRequestConditions?alt=com.azure.storage.file.share.models.ShareRequestConditions&text=ShareRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.share.options.ShareGetPropertiesOptions.setRequestConditions(com.azure.storage.file.share.models.ShareRequestConditions)"
|
|
fullName: "com.azure.storage.file.share.options.ShareGetPropertiesOptions.setRequestConditions(ShareRequestConditions requestConditions)"
|
|
name: "setRequestConditions(ShareRequestConditions requestConditions)"
|
|
nameWithType: "ShareGetPropertiesOptions.setRequestConditions(ShareRequestConditions requestConditions)"
|
|
parameters:
|
|
- description: "<xref uid=\"com.azure.storage.file.share.models.ShareRequestConditions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ShareRequestConditions\"></xref>."
|
|
name: "requestConditions"
|
|
type: "<xref href=\"com.azure.storage.file.share.models.ShareRequestConditions?alt=com.azure.storage.file.share.models.ShareRequestConditions&text=ShareRequestConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ShareGetPropertiesOptions setRequestConditions(ShareRequestConditions requestConditions)"
|
|
returns:
|
|
description: "The updated options."
|
|
type: "<xref href=\"com.azure.storage.file.share.options.ShareGetPropertiesOptions?alt=com.azure.storage.file.share.options.ShareGetPropertiesOptions&text=ShareGetPropertiesOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Extended options that may be passed when getting properties from a share."
|
|
metadata: {}
|
|
package: "com.azure.storage.file.share.options"
|
|
artifact: com.azure:azure-storage-file-share:12.24.0
|