91 строка
5.4 KiB
YAML
91 строка
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.RepetitionIndex"
|
|
fullName: "com.azure.resourcemanager.appservice.models.RepetitionIndex"
|
|
name: "RepetitionIndex"
|
|
nameWithType: "RepetitionIndex"
|
|
summary: "The workflow run action repetition index."
|
|
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 final class **RepetitionIndex**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.RepetitionIndex.RepetitionIndex()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.RepetitionIndex.RepetitionIndex()"
|
|
name: "RepetitionIndex()"
|
|
nameWithType: "RepetitionIndex.RepetitionIndex()"
|
|
syntax: "public RepetitionIndex()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.RepetitionIndex.itemIndex()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.RepetitionIndex.itemIndex()"
|
|
name: "itemIndex()"
|
|
nameWithType: "RepetitionIndex.itemIndex()"
|
|
summary: "Get the item<wbr>Index property: The index."
|
|
syntax: "public int itemIndex()"
|
|
desc: "Get the itemIndex property: The index."
|
|
returns:
|
|
description: "the itemIndex value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.RepetitionIndex.scopeName()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.RepetitionIndex.scopeName()"
|
|
name: "scopeName()"
|
|
nameWithType: "RepetitionIndex.scopeName()"
|
|
summary: "Get the scope<wbr>Name property: The scope."
|
|
syntax: "public String scopeName()"
|
|
desc: "Get the scopeName property: The scope."
|
|
returns:
|
|
description: "the scopeName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.RepetitionIndex.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.RepetitionIndex.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RepetitionIndex.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.RepetitionIndex.withItemIndex(int)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.RepetitionIndex.withItemIndex(int itemIndex)"
|
|
name: "withItemIndex(int itemIndex)"
|
|
nameWithType: "RepetitionIndex.withItemIndex(int itemIndex)"
|
|
summary: "Set the item<wbr>Index property: The index."
|
|
parameters:
|
|
- description: "the itemIndex value to set."
|
|
name: "itemIndex"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RepetitionIndex withItemIndex(int itemIndex)"
|
|
desc: "Set the itemIndex property: The index."
|
|
returns:
|
|
description: "the RepetitionIndex object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.RepetitionIndex?alt=com.azure.resourcemanager.appservice.models.RepetitionIndex&text=RepetitionIndex\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.RepetitionIndex.withScopeName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.RepetitionIndex.withScopeName(String scopeName)"
|
|
name: "withScopeName(String scopeName)"
|
|
nameWithType: "RepetitionIndex.withScopeName(String scopeName)"
|
|
summary: "Set the scope<wbr>Name property: The scope."
|
|
parameters:
|
|
- description: "the scopeName value to set."
|
|
name: "scopeName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RepetitionIndex withScopeName(String scopeName)"
|
|
desc: "Set the scopeName property: The scope."
|
|
returns:
|
|
description: "the RepetitionIndex object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.RepetitionIndex?alt=com.azure.resourcemanager.appservice.models.RepetitionIndex&text=RepetitionIndex\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The workflow run action repetition index."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.24.0
|