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

30 строки
2.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.Cluster.DefinitionStages.WithIfNoneMatch"
fullName: "com.azure.resourcemanager.kusto.models.Cluster.DefinitionStages.WithIfNoneMatch"
name: "Cluster.DefinitionStages.WithIfNoneMatch"
nameWithType: "Cluster.DefinitionStages.WithIfNoneMatch"
summary: "The stage of the Cluster definition allowing to specify if<wbr>None<wbr>Match."
syntax: "public static interface **Cluster.DefinitionStages.WithIfNoneMatch**"
methods:
- uid: "com.azure.resourcemanager.kusto.models.Cluster.DefinitionStages.WithIfNoneMatch.withIfNoneMatch(java.lang.String)"
fullName: "com.azure.resourcemanager.kusto.models.Cluster.DefinitionStages.WithIfNoneMatch.withIfNoneMatch(String ifNoneMatch)"
name: "withIfNoneMatch(String ifNoneMatch)"
nameWithType: "Cluster.DefinitionStages.WithIfNoneMatch.withIfNoneMatch(String ifNoneMatch)"
summary: "Specifies the if<wbr>None<wbr>Match property: Set to '\\*' to allow a new cluster to be created, but to prevent updating an existing cluster."
modifiers:
- "abstract"
parameters:
- description: "Set to '*' to allow a new cluster to be created, but to prevent updating an existing\n cluster. Other values will result in a 412 Pre-condition Failed response."
name: "ifNoneMatch"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Cluster.DefinitionStages.WithCreate withIfNoneMatch(String ifNoneMatch)"
desc: "Specifies the ifNoneMatch property: Set to '\\*' to allow a new cluster to be created, but to prevent updating an existing cluster. Other values will result in a 412 Pre-condition Failed response.."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.kusto.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the Cluster definition allowing to specify ifNoneMatch."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0