### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.BlobRestoreRange"
fullName: "com.microsoft.azure.management.storage.BlobRestoreRange"
name: "BlobRestoreRange"
nameWithType: "BlobRestoreRange"
summary: "Blob range."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **BlobRestoreRange**"
constructors:
- uid: "com.microsoft.azure.management.storage.BlobRestoreRange.BlobRestoreRange()"
fullName: "com.microsoft.azure.management.storage.BlobRestoreRange.BlobRestoreRange()"
name: "BlobRestoreRange()"
nameWithType: "BlobRestoreRange.BlobRestoreRange()"
syntax: "public BlobRestoreRange()"
methods:
- uid: "com.microsoft.azure.management.storage.BlobRestoreRange.endRange()"
fullName: "com.microsoft.azure.management.storage.BlobRestoreRange.endRange()"
name: "endRange()"
nameWithType: "BlobRestoreRange.endRange()"
summary: "Get blob end range."
syntax: "public String endRange()"
desc: "Get blob end range. This is exclusive. Empty means account end."
returns:
description: "the endRange value"
type: ""
- uid: "com.microsoft.azure.management.storage.BlobRestoreRange.startRange()"
fullName: "com.microsoft.azure.management.storage.BlobRestoreRange.startRange()"
name: "startRange()"
nameWithType: "BlobRestoreRange.startRange()"
summary: "Get blob start range."
syntax: "public String startRange()"
desc: "Get blob start range. This is inclusive. Empty means account start."
returns:
description: "the startRange value"
type: ""
- uid: "com.microsoft.azure.management.storage.BlobRestoreRange.withEndRange(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.BlobRestoreRange.withEndRange(String endRange)"
name: "withEndRange(String endRange)"
nameWithType: "BlobRestoreRange.withEndRange(String endRange)"
summary: "Set blob end range."
parameters:
- description: "the endRange value to set"
name: "endRange"
type: ""
syntax: "public BlobRestoreRange withEndRange(String endRange)"
desc: "Set blob end range. This is exclusive. Empty means account end."
returns:
description: "the BlobRestoreRange object itself."
type: ""
- uid: "com.microsoft.azure.management.storage.BlobRestoreRange.withStartRange(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.BlobRestoreRange.withStartRange(String startRange)"
name: "withStartRange(String startRange)"
nameWithType: "BlobRestoreRange.withStartRange(String startRange)"
summary: "Set blob start range."
parameters:
- description: "the startRange value to set"
name: "startRange"
type: ""
syntax: "public BlobRestoreRange withStartRange(String startRange)"
desc: "Set blob start range. This is inclusive. Empty means account start."
returns:
description: "the BlobRestoreRange object itself."
type: ""
type: "class"
desc: "Blob range."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4