75 строки
4.0 KiB
YAML
75 строки
4.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.SecretListResult"
|
|
fullName: "com.azure.resourcemanager.cdn.models.SecretListResult"
|
|
name: "SecretListResult"
|
|
nameWithType: "SecretListResult"
|
|
summary: "Result of the request to list secrets."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class SecretListResult"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cdn.models.SecretListResult.SecretListResult()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.SecretListResult.SecretListResult()"
|
|
name: "SecretListResult()"
|
|
nameWithType: "SecretListResult.SecretListResult()"
|
|
syntax: "public SecretListResult()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.SecretListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.SecretListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "SecretListResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: URL to get the next set of Secret objects if there are any."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: URL to get the next set of Secret objects if there are any."
|
|
returns:
|
|
description: "the nextLink value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.SecretListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.SecretListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SecretListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cdn.models.SecretListResult.value()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.SecretListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "SecretListResult.value()"
|
|
summary: "Get the value property: List of Azure<wbr>Front<wbr>Door secrets within a profile."
|
|
syntax: "public List<SecretInner> value()"
|
|
desc: "Get the value property: List of AzureFrontDoor secrets within a profile."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.cdn.fluent.models.SecretInner?alt=com.azure.resourcemanager.cdn.fluent.models.SecretInner&text=SecretInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.SecretListResult.withNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.SecretListResult.withNextLink(String nextLink)"
|
|
name: "withNextLink(String nextLink)"
|
|
nameWithType: "SecretListResult.withNextLink(String nextLink)"
|
|
summary: "Set the next<wbr>Link property: URL to get the next set of Secret objects if there are any."
|
|
parameters:
|
|
- description: "the nextLink value to set."
|
|
name: "nextLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SecretListResult withNextLink(String nextLink)"
|
|
desc: "Set the nextLink property: URL to get the next set of Secret objects if there are any."
|
|
returns:
|
|
description: "the SecretListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.SecretListResult?alt=com.azure.resourcemanager.cdn.models.SecretListResult&text=SecretListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Result of the request to list secrets. It contains a list of Secret objects and a URL link to get the next set of results."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.18.0
|