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

155 строки
8.7 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.azure.management.streamanalytics.ReferenceInputDataSource?alt=com.microsoft.azure.management.streamanalytics.ReferenceInputDataSource&text=ReferenceInputDataSource" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.container()
name: container()
nameWithType: BlobReferenceInputDataSource.container()
returns:
description: <p>the container value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the container value.</p>
<p></p>
syntax: public String container()
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.container()
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.dateFormat()
name: dateFormat()
nameWithType: BlobReferenceInputDataSource.dateFormat()
returns:
description: <p>the dateFormat value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the dateFormat value.</p>
<p></p>
syntax: public String dateFormat()
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.dateFormat()
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.pathPattern()
name: pathPattern()
nameWithType: BlobReferenceInputDataSource.pathPattern()
returns:
description: <p>the pathPattern value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the pathPattern value.</p>
<p></p>
syntax: public String pathPattern()
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.pathPattern()
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.storageAccounts()
name: storageAccounts()
nameWithType: BlobReferenceInputDataSource.storageAccounts()
returns:
description: <p>the storageAccounts value </p>
type: List&lt;<xref href="com.microsoft.azure.management.streamanalytics.StorageAccount?alt=com.microsoft.azure.management.streamanalytics.StorageAccount&text=StorageAccount" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the storageAccounts value.</p>
<p></p>
syntax: public List<StorageAccount> storageAccounts()
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.storageAccounts()
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.timeFormat()
name: timeFormat()
nameWithType: BlobReferenceInputDataSource.timeFormat()
returns:
description: <p>the timeFormat value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the timeFormat value.</p>
<p></p>
syntax: public String timeFormat()
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.timeFormat()
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withContainer(String container)
name: withContainer(String container)
nameWithType: BlobReferenceInputDataSource.withContainer(String container)
parameters:
- description: <p>the container value to set </p>
name: container
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the BlobReferenceInputDataSource object itself. </p>
type: <xref href="com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource?alt=com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource&text=BlobReferenceInputDataSource" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the container value.</p>
<p></p>
syntax: public BlobReferenceInputDataSource withContainer(String container)
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withContainer(String)
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withDateFormat(String dateFormat)
name: withDateFormat(String dateFormat)
nameWithType: BlobReferenceInputDataSource.withDateFormat(String dateFormat)
parameters:
- description: <p>the dateFormat value to set </p>
name: dateFormat
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the BlobReferenceInputDataSource object itself. </p>
type: <xref href="com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource?alt=com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource&text=BlobReferenceInputDataSource" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the dateFormat value.</p>
<p></p>
syntax: public BlobReferenceInputDataSource withDateFormat(String dateFormat)
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withDateFormat(String)
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withPathPattern(String pathPattern)
name: withPathPattern(String pathPattern)
nameWithType: BlobReferenceInputDataSource.withPathPattern(String pathPattern)
parameters:
- description: <p>the pathPattern value to set </p>
name: pathPattern
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the BlobReferenceInputDataSource object itself. </p>
type: <xref href="com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource?alt=com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource&text=BlobReferenceInputDataSource" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the pathPattern value.</p>
<p></p>
syntax: public BlobReferenceInputDataSource withPathPattern(String pathPattern)
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withPathPattern(String)
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withStorageAccounts(List<StorageAccount> storageAccounts)
name: withStorageAccounts(List<StorageAccount> storageAccounts)
nameWithType: BlobReferenceInputDataSource.withStorageAccounts(List<StorageAccount> storageAccounts)
parameters:
- description: <p>the storageAccounts value to set </p>
name: storageAccounts
type: List&lt;<xref href="com.microsoft.azure.management.streamanalytics.StorageAccount?alt=com.microsoft.azure.management.streamanalytics.StorageAccount&text=StorageAccount" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the BlobReferenceInputDataSource object itself. </p>
type: <xref href="com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource?alt=com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource&text=BlobReferenceInputDataSource" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the storageAccounts value.</p>
<p></p>
syntax: public BlobReferenceInputDataSource withStorageAccounts(List<StorageAccount> storageAccounts)
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withStorageAccounts(List<StorageAccount>)
- fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withTimeFormat(String timeFormat)
name: withTimeFormat(String timeFormat)
nameWithType: BlobReferenceInputDataSource.withTimeFormat(String timeFormat)
parameters:
- description: <p>the timeFormat value to set </p>
name: timeFormat
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the BlobReferenceInputDataSource object itself. </p>
type: <xref href="com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource?alt=com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource&text=BlobReferenceInputDataSource" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the timeFormat value.</p>
<p></p>
syntax: public BlobReferenceInputDataSource withTimeFormat(String timeFormat)
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource.withTimeFormat(String)
nameWithType: BlobReferenceInputDataSource
syntax: public class BlobReferenceInputDataSource extends ReferenceInputDataSource
type: class
uid: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource
fullName: com.microsoft.azure.management.streamanalytics.BlobReferenceInputDataSource
name: BlobReferenceInputDataSource
package: com.microsoft.azure.management.streamanalytics
summary: <p>Describes a blob input data source that contains reference data. </p>
metadata: {}