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

93 строки
8.8 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys"
name: "PublicLandMobileNetworkHomeNetworkPublicKeys"
nameWithType: "PublicLandMobileNetworkHomeNetworkPublicKeys"
summary: "Configuration relating to SUPI concealment."
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 **PublicLandMobileNetworkHomeNetworkPublicKeys**"
constructors:
- uid: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.PublicLandMobileNetworkHomeNetworkPublicKeys()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.PublicLandMobileNetworkHomeNetworkPublicKeys()"
name: "PublicLandMobileNetworkHomeNetworkPublicKeys()"
nameWithType: "PublicLandMobileNetworkHomeNetworkPublicKeys.PublicLandMobileNetworkHomeNetworkPublicKeys()"
summary: "Creates an instance of Public<wbr>Land<wbr>Mobile<wbr>Network<wbr>Home<wbr>Network<wbr>Public<wbr>Keys class."
syntax: "public PublicLandMobileNetworkHomeNetworkPublicKeys()"
desc: "Creates an instance of PublicLandMobileNetworkHomeNetworkPublicKeys class."
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.profileA()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.profileA()"
name: "profileA()"
nameWithType: "PublicLandMobileNetworkHomeNetworkPublicKeys.profileA()"
summary: "Get the profileA property: This provides a mapping to identify which public key has been used for SUPI concealment using the Profile A Protection Scheme."
syntax: "public List<HomeNetworkPublicKey> profileA()"
desc: "Get the profileA property: This provides a mapping to identify which public key has been used for SUPI concealment using the Profile A Protection Scheme."
returns:
description: "the profileA value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey?alt=com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey&text=HomeNetworkPublicKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.profileB()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.profileB()"
name: "profileB()"
nameWithType: "PublicLandMobileNetworkHomeNetworkPublicKeys.profileB()"
summary: "Get the profileB property: This provides a mapping to identify which public key has been used for SUPI concealment using the Profile B Protection Scheme."
syntax: "public List<HomeNetworkPublicKey> profileB()"
desc: "Get the profileB property: This provides a mapping to identify which public key has been used for SUPI concealment using the Profile B Protection Scheme."
returns:
description: "the profileB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey?alt=com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey&text=HomeNetworkPublicKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.validate()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.validate()"
name: "validate()"
nameWithType: "PublicLandMobileNetworkHomeNetworkPublicKeys.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.withProfileA(java.util.List<com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey>)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.withProfileA(List<HomeNetworkPublicKey> profileA)"
name: "withProfileA(List<HomeNetworkPublicKey> profileA)"
nameWithType: "PublicLandMobileNetworkHomeNetworkPublicKeys.withProfileA(List<HomeNetworkPublicKey> profileA)"
summary: "Set the profileA property: This provides a mapping to identify which public key has been used for SUPI concealment using the Profile A Protection Scheme."
parameters:
- description: "the profileA value to set."
name: "profileA"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey?alt=com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey&text=HomeNetworkPublicKey\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PublicLandMobileNetworkHomeNetworkPublicKeys withProfileA(List<HomeNetworkPublicKey> profileA)"
desc: "Set the profileA property: This provides a mapping to identify which public key has been used for SUPI concealment using the Profile A Protection Scheme."
returns:
description: "the PublicLandMobileNetworkHomeNetworkPublicKeys object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys?alt=com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys&text=PublicLandMobileNetworkHomeNetworkPublicKeys\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.withProfileB(java.util.List<com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey>)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys.withProfileB(List<HomeNetworkPublicKey> profileB)"
name: "withProfileB(List<HomeNetworkPublicKey> profileB)"
nameWithType: "PublicLandMobileNetworkHomeNetworkPublicKeys.withProfileB(List<HomeNetworkPublicKey> profileB)"
summary: "Set the profileB property: This provides a mapping to identify which public key has been used for SUPI concealment using the Profile B Protection Scheme."
parameters:
- description: "the profileB value to set."
name: "profileB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey?alt=com.azure.resourcemanager.mobilenetwork.models.HomeNetworkPublicKey&text=HomeNetworkPublicKey\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PublicLandMobileNetworkHomeNetworkPublicKeys withProfileB(List<HomeNetworkPublicKey> profileB)"
desc: "Set the profileB property: This provides a mapping to identify which public key has been used for SUPI concealment using the Profile B Protection Scheme."
returns:
description: "the PublicLandMobileNetworkHomeNetworkPublicKeys object itself."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys?alt=com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetworkHomeNetworkPublicKeys&text=PublicLandMobileNetworkHomeNetworkPublicKeys\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Configuration relating to SUPI concealment."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.1.0