azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

69 строки
4.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties"
fullName: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties"
name: "SkipProperties"
nameWithType: "SkipProperties"
summary: "The properties of a skip operation containing multiple skip requests."
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 **SkipProperties**"
constructors:
- uid: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties.SkipProperties()"
fullName: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties.SkipProperties()"
name: "SkipProperties()"
nameWithType: "SkipProperties.SkipProperties()"
summary: "Creates an instance of Skip<wbr>Properties class."
syntax: "public SkipProperties()"
desc: "Creates an instance of SkipProperties class."
methods:
- uid: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties.targets()"
fullName: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties.targets()"
name: "targets()"
nameWithType: "SkipProperties.targets()"
summary: "Get the targets property: The targets to skip."
syntax: "public List<SkipTarget> targets()"
desc: "Get the targets property: The targets to skip."
returns:
description: "the targets value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.containerservicefleet.models.SkipTarget?alt=com.azure.resourcemanager.containerservicefleet.models.SkipTarget&text=SkipTarget\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties.validate()"
fullName: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties.validate()"
name: "validate()"
nameWithType: "SkipProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties.withTargets(java.util.List<com.azure.resourcemanager.containerservicefleet.models.SkipTarget>)"
fullName: "com.azure.resourcemanager.containerservicefleet.models.SkipProperties.withTargets(List<SkipTarget> targets)"
name: "withTargets(List<SkipTarget> targets)"
nameWithType: "SkipProperties.withTargets(List<SkipTarget> targets)"
summary: "Set the targets property: The targets to skip."
parameters:
- description: "the targets value to set."
name: "targets"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.containerservicefleet.models.SkipTarget?alt=com.azure.resourcemanager.containerservicefleet.models.SkipTarget&text=SkipTarget\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SkipProperties withTargets(List<SkipTarget> targets)"
desc: "Set the targets property: The targets to skip."
returns:
description: "the SkipProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservicefleet.models.SkipProperties?alt=com.azure.resourcemanager.containerservicefleet.models.SkipProperties&text=SkipProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a skip operation containing multiple skip requests."
metadata: {}
package: "com.azure.resourcemanager.containerservicefleet.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservicefleet:1.1.0