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

117 строки
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters"
name: "BmcKeySetPatchParameters"
nameWithType: "BmcKeySetPatchParameters"
summary: "Bmc<wbr>Key<wbr>Set<wbr>Patch<wbr>Parameters represents the body of the request to patch the baseboard management controller key set."
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 **BmcKeySetPatchParameters**"
constructors:
- uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.BmcKeySetPatchParameters()"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.BmcKeySetPatchParameters()"
name: "BmcKeySetPatchParameters()"
nameWithType: "BmcKeySetPatchParameters.BmcKeySetPatchParameters()"
summary: "Creates an instance of Bmc<wbr>Key<wbr>Set<wbr>Patch<wbr>Parameters class."
syntax: "public BmcKeySetPatchParameters()"
desc: "Creates an instance of BmcKeySetPatchParameters class."
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.expiration()"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.expiration()"
name: "expiration()"
nameWithType: "BmcKeySetPatchParameters.expiration()"
summary: "Get the expiration property: The date and time after which the users in this key set will be removed from the baseboard management controllers."
syntax: "public OffsetDateTime expiration()"
desc: "Get the expiration property: The date and time after which the users in this key set will be removed from the baseboard management controllers."
returns:
description: "the expiration value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.tags()"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.tags()"
name: "tags()"
nameWithType: "BmcKeySetPatchParameters.tags()"
summary: "Get the tags property: The Azure resource tags that will replace the existing ones."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: The Azure resource tags that will replace the existing ones."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.userList()"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.userList()"
name: "userList()"
nameWithType: "BmcKeySetPatchParameters.userList()"
summary: "Get the user<wbr>List property: The unique list of permitted users."
syntax: "public List<KeySetUser> userList()"
desc: "Get the userList property: The unique list of permitted users."
returns:
description: "the userList value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.networkcloud.models.KeySetUser?alt=com.azure.resourcemanager.networkcloud.models.KeySetUser&text=KeySetUser\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.validate()"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.validate()"
name: "validate()"
nameWithType: "BmcKeySetPatchParameters.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.withExpiration(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.withExpiration(OffsetDateTime expiration)"
name: "withExpiration(OffsetDateTime expiration)"
nameWithType: "BmcKeySetPatchParameters.withExpiration(OffsetDateTime expiration)"
summary: "Set the expiration property: The date and time after which the users in this key set will be removed from the baseboard management controllers."
parameters:
- description: "the expiration value to set."
name: "expiration"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public BmcKeySetPatchParameters withExpiration(OffsetDateTime expiration)"
desc: "Set the expiration property: The date and time after which the users in this key set will be removed from the baseboard management controllers."
returns:
description: "the BmcKeySetPatchParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters?alt=com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters&text=BmcKeySetPatchParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "BmcKeySetPatchParameters.withTags(Map<String,String> tags)"
summary: "Set the tags property: The Azure resource tags that will replace the existing ones."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public BmcKeySetPatchParameters withTags(Map<String,String> tags)"
desc: "Set the tags property: The Azure resource tags that will replace the existing ones."
returns:
description: "the BmcKeySetPatchParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters?alt=com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters&text=BmcKeySetPatchParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.withUserList(java.util.List<com.azure.resourcemanager.networkcloud.models.KeySetUser>)"
fullName: "com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters.withUserList(List<KeySetUser> userList)"
name: "withUserList(List<KeySetUser> userList)"
nameWithType: "BmcKeySetPatchParameters.withUserList(List<KeySetUser> userList)"
summary: "Set the user<wbr>List property: The unique list of permitted users."
parameters:
- description: "the userList value to set."
name: "userList"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.networkcloud.models.KeySetUser?alt=com.azure.resourcemanager.networkcloud.models.KeySetUser&text=KeySetUser\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public BmcKeySetPatchParameters withUserList(List<KeySetUser> userList)"
desc: "Set the userList property: The unique list of permitted users."
returns:
description: "the BmcKeySetPatchParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters?alt=com.azure.resourcemanager.networkcloud.models.BmcKeySetPatchParameters&text=BmcKeySetPatchParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "BmcKeySetPatchParameters represents the body of the request to patch the baseboard management controller key set."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0