VSC-Service-Account 2023-04-19 04:29:22 +00:00
Родитель fe2a124873
Коммит 06c80249e3
1590 изменённых файлов: 12562 добавлений и 2091 удалений

Просмотреть файл

@ -347,4 +347,4 @@ type: "class"
desc: "This class provides a client that contains all the operations for <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ConfigurationSettings\"></xref> in Azure App Configuration Store. Operations allowed by the client are adding, retrieving, deleting, set read-only status ConfigurationSettings, and listing settings or revision of a setting based on a <xref uid=\"com.azure.data.appconfiguration.models.SettingSelector\" data-throw-if-not-resolved=\"false\" data-raw-source=\"filter\"></xref>.\n\n**Instantiating an asynchronous Configuration Client**\n\n```java\nConfigurationAsyncClient configurationAsyncClient = new ConfigurationClientBuilder()\n .connectionString(connectionString)\n .buildAsyncClient();\n```\n\nView <xref uid=\"com.azure.data.appconfiguration.ConfigurationClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"this\"></xref> for additional ways to construct the client."
metadata: {}
package: "com.azure.data.appconfiguration"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -396,4 +396,4 @@ type: "class"
desc: "This class provides a client that contains all the operations for <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ConfigurationSettings\"></xref> in Azure App Configuration Store. Operations allowed by the client are adding, retrieving, deleting, set read-only status ConfigurationSettings, and listing settings or revision of a setting based on a <xref uid=\"com.azure.data.appconfiguration.models.SettingSelector\" data-throw-if-not-resolved=\"false\" data-raw-source=\"filter\"></xref>.\n\n**Instantiating a synchronous Configuration Client**\n\n```java\nConfigurationClient configurationClient = new ConfigurationClientBuilder()\n .connectionString(connectionString)\n .buildClient();\n```\n\nView <xref uid=\"com.azure.data.appconfiguration.ConfigurationClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"this\"></xref> for additional ways to construct the client."
metadata: {}
package: "com.azure.data.appconfiguration"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -88,7 +88,7 @@ methods:
name: "configuration"
type: "<xref href=\"com.azure.core.util.Configuration?alt=com.azure.core.util.Configuration&text=Configuration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConfigurationClientBuilder configuration(Configuration configuration)"
desc: "Sets the configuration store that is used during construction of the service client. The default configuration store is a clone of the <xref uid=\"Configuration#getGlobalConfiguration()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"global\n configuration store\"></xref>, use <xref uid=\"com.azure.core.util.Configuration.NONE\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Configuration#NONE\"></xref> to bypass using configuration settings during construction."
desc: "Sets the configuration store that is used during construction of the service client. The default configuration store is a clone of the <xref uid=\"com.azure.core.util.Configuration.getGlobalConfiguration*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"global configuration store\"></xref>, use <xref uid=\"com.azure.core.util.Configuration.NONE\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Configuration#NONE\"></xref> to bypass using configuration settings during construction."
returns:
description: "The updated ConfigurationClientBuilder object."
type: "<xref href=\"com.azure.data.appconfiguration.ConfigurationClientBuilder?alt=com.azure.data.appconfiguration.ConfigurationClientBuilder&text=ConfigurationClientBuilder\" data-throw-if-not-resolved=\"False\" />"
@ -228,4 +228,4 @@ implements:
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.data.appconfiguration.ConfigurationClientBuilder?alt=com.azure.data.appconfiguration.ConfigurationClientBuilder&text=ConfigurationClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.data.appconfiguration"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -82,4 +82,4 @@ implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.data.appconfiguration"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -220,4 +220,4 @@ type: "class"
desc: "ConfigurationSetting is a resource identified by unique combination of <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting.getKey()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"key\"></xref> and <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting.getLabel()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"label\"></xref>. By default, the label is `null`. To explicitly reference the default label use <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting.NO_LABEL\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#NO_LABEL\"></xref>."
metadata: {}
package: "com.azure.data.appconfiguration.models"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -296,4 +296,4 @@ type: "class"
desc: "<xref uid=\"com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FeatureFlagConfigurationSetting\"></xref> allows you to customize your own feature flags to dynamically administer a feature's lifecycle. Feature flags can be used to enable or disable features."
metadata: {}
package: "com.azure.data.appconfiguration.models"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -89,4 +89,4 @@ type: "class"
desc: "Filters in <xref uid=\"com.azure.data.appconfiguration.models.FeatureFlagConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"FeatureFlagConfigurationSetting\"></xref> that can be returned from GET queries. A filter is a rule for evaluating the state of a feature flag."
metadata: {}
package: "com.azure.data.appconfiguration.models"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -172,4 +172,4 @@ type: "class"
desc: "<xref uid=\"com.azure.data.appconfiguration.models.SecretReferenceConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SecretReferenceConfigurationSetting\"></xref> model. It represents a configuration setting that references as KeyVault secret."
metadata: {}
package: "com.azure.data.appconfiguration.models"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -166,4 +166,4 @@ type: "class"
desc: "Fields in <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ConfigurationSetting\"></xref> that can be returned from GET queries."
metadata: {}
package: "com.azure.data.appconfiguration.models"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -138,4 +138,4 @@ type: "class"
desc: "A set of options for selecting configuration settings from App Configuration service.\n\n * Providing <xref uid=\"com.azure.data.appconfiguration.models.SettingSelector.getLabelFilter()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"labelFilter\"></xref> will filter <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ConfigurationSettings\"></xref> that match any label name in conjunction with the keys that are passed in to the service request.\n * Providing <xref uid=\"com.azure.data.appconfiguration.models.SettingSelector.getAcceptDateTime()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"acceptDateTime\"></xref> will return the representation of matching <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ConfigurationSetting\"></xref> at that given <xref uid=\"java.time.OffsetDateTime\" data-throw-if-not-resolved=\"false\" data-raw-source=\"OffsetDateTime\"></xref>.\n * Providing <xref uid=\"com.azure.data.appconfiguration.models.SettingSelector.getFields()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"fields\"></xref> will populate only those <xref uid=\"com.azure.data.appconfiguration.models.ConfigurationSetting\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ConfigurationSetting\"></xref> fields in the response. By default, all of the fields are returned."
metadata: {}
package: "com.azure.data.appconfiguration.models"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -13,4 +13,4 @@ classes:
desc: "Package containing classes used for creating and selecting configuration settings in Azure Application\n Configuration service."
metadata: {}
package: "com.azure.data.appconfiguration.models"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -12,4 +12,4 @@ enums:
desc: "Package containing classes for creating a <xref uid=\"com.azure.data.appconfiguration.ConfigurationAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.data.appconfiguration.ConfigurationAsyncClient\"></xref> to\n perform operations on Azure App Configuration service."
metadata: {}
package: "com.azure.data.appconfiguration"
artifact: com.azure:azure-data-appconfiguration:1.4.3
artifact: com.azure:azure-data-appconfiguration:1.4.4

Просмотреть файл

@ -133,4 +133,4 @@ type: "class"
desc: "An optional, helper class for deserializing a digital twin. Only properties with non-null values are included.\n\nNote that this class uses <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"JsonProperty\"></xref> from the Jackson serialization library. Because of this, this type will only work if the default json serializer is used by the digital twins client or if the custom json serializer uses Jackson as well. In order to use a different json library, a new BasicDigitalTwin class must be constructed and have its json properties tagged by the annotation used by that json library."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -96,4 +96,4 @@ type: "class"
desc: "Properties on a component that adhere to a specific model."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -85,4 +85,4 @@ type: "class"
desc: "An optional, helper class for deserializing a digital twin. The $metadata class on a <xref uid=\"com.azure.digitaltwins.core.BasicDigitalTwin\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BasicDigitalTwin\"></xref>. Only properties with non-null values are included."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -138,4 +138,4 @@ type: "class"
desc: "Although relationships have a user-defined schema, these properties should exist on every instance. This is useful to use as a base class to ensure your custom relationships have the necessary properties.\n\nNote that this class uses <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"JsonProperty\"></xref> from the Jackson serialization library. Because of this, this type will only work if the default json serializer is used by the digital twins client or if the custom json serializer uses Jackson as well. In order to use a different json library, a new BasicRelationship class must be constructed and have its json properties tagged by the annotation used by that json library."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -80,4 +80,4 @@ type: "class"
desc: "Contains metadata about changes on properties on a digital twin or component."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -863,4 +863,4 @@ type: "class"
desc: "This class provides a client for interacting asynchronously with an Azure Digital Twins instance. This client is instantiated through <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DigitalTwinsClientBuilder\"></xref>.\n\n**Code Samples**\n\n```java\nDigitalTwinsAsyncClient digitalTwinsAsyncClient = new DigitalTwinsClientBuilder()\n .credential(\n new ClientSecretCredentialBuilder()\n .tenantId(tenantId)\n .clientId(clientId)\n .clientSecret(clientSecret)\n .build())\n .endpoint(digitalTwinsEndpointUrl)\n .buildAsyncClient();\n```\n\nThis client allows for management of digital twins, their components, and their relationships. It also allows for managing the digital twin models and event routes tied to your Azure Digital Twins instance."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -916,4 +916,4 @@ type: "class"
desc: "This class provides a client for interacting synchronously with an Azure Digital Twins instance. This client is instantiated through <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DigitalTwinsClientBuilder\"></xref>.\n\n**Code Samples**\n\n```java\nDigitalTwinsClient digitalTwinsSyncClient = new DigitalTwinsClientBuilder()\n .credential(\n new ClientSecretCredentialBuilder()\n .tenantId(tenantId)\n .clientId(clientId)\n .clientSecret(clientSecret)\n .build())\n .endpoint(digitalTwinsEndpointUrl)\n .buildClient();\n```\n\nThis client allows for management of digital twins, their components, and their relationships. It also allows for managing the digital twin models and event routes tied to your Azure Digital Twins instance."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -227,4 +227,4 @@ implements:
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.digitaltwins.core.DigitalTwinsClientBuilder?alt=com.azure.digitaltwins.core.DigitalTwinsClientBuilder&text=DigitalTwinsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -88,4 +88,4 @@ implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.createOrReplaceDigitalTwinWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#createOrReplaceDigitalTwinWithResponse(String, Object, Class, CreateOrReplaceDigitalTwinOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.createOrReplaceDigitalTwinWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#createOrReplaceDigitalTwinWithResponse(String, Object, Class, CreateOrReplaceDigitalTwinOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.createOrReplaceRelationshipWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#createOrReplaceRelationshipWithResponse(String, String, Object, Class, CreateOrReplaceRelationshipOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.createOrReplaceRelationshipWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#createOrReplaceRelationshipWithResponse(String, String, Object, Class, CreateOrReplaceRelationshipOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.deleteDigitalTwinWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#deleteDigitalTwinWithResponse(String, DeleteDigitalTwinOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.deleteDigitalTwinWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#deleteDigitalTwinWithResponse(String, DeleteDigitalTwinOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.deleteRelationshipWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#deleteRelationshipWithResponse(String, String, DeleteRelationshipOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.deleteRelationshipWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#deleteRelationshipWithResponse(String, String, DeleteRelationshipOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -96,4 +96,4 @@ type: "class"
desc: "The EventRoute model. Event routes are used for defining where published telemetry gets sent to. As an example, an event route can point towards an Azure EventHub as a consumer of published telemetry."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -175,4 +175,4 @@ type: "class"
desc: "String constants for use in JSON de/serialization for digital twins, digital twin relationships, and digital twin components."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -113,4 +113,4 @@ type: "class"
desc: "The DigitalTwinsModelData representing the model and its corresponding metadata."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -69,4 +69,4 @@ typeParameters:
desc: "A helper class to represent the HTTP response returned by the service."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "A helper class to represent the HTTP response headers returned by the service."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -87,4 +87,4 @@ type: "class"
desc: "Defines an incoming relationship on a digital twin. Unlike outgoing relationships, incoming relationships have no user-defined properties when retrieved using <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.listIncomingRelationships*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#listIncomingRelationships(String, Context)\"></xref> or <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.listIncomingRelationships(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#listIncomingRelationships(String)\"></xref>. Because of this, there is no need for user-defined types for deserialization. This class will capture the full service response when listing incoming relationships."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.listEventRoutes*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#listEventRoutes(ListDigitalTwinsEventRoutesOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.listEventRoutes(com.azure.digitaltwins.core.models.ListDigitalTwinsEventRoutesOptions)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#listEventRoutes(ListDigitalTwinsEventRoutesOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -104,4 +104,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.listModels*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#listModels(ListModelsOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.listModels(com.azure.digitaltwins.core.models.ListModelsOptions)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#listModels(ListModelsOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.publishComponentTelemetryWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#publishComponentTelemetryWithResponse(String, String, String, Object, PublishComponentTelemetryOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.publishComponentTelemetryWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#publishComponentTelemetryWithResponse(String, String, String, Object, PublishComponentTelemetryOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.publishTelemetryWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#publishTelemetryWithResponse(String, String, Object, PublishTelemetryOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.publishTelemetryWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#publishTelemetryWithResponse(String, String, Object, PublishTelemetryOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -48,4 +48,4 @@ type: "class"
desc: "A helper to extract the query charge from the query response. An Azure Digital Twins Query Unit (QU) is a unit of on-demand computation that's used to execute your Azure Digital Twins queries."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "Parameter group."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.updateComponentWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#updateComponentWithResponse(String, String, JsonPatchDocument, UpdateComponentOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.updateComponentWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#updateComponentWithResponse(String, String, JsonPatchDocument, UpdateComponentOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.updateDigitalTwinWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#updateDigitalTwinWithResponse(String, JsonPatchDocument, UpdateDigitalTwinOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.updateDigitalTwinWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#updateDigitalTwinWithResponse(String, JsonPatchDocument, UpdateDigitalTwinOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -56,4 +56,4 @@ type: "class"
desc: "The optional parameters for <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsClient.updateRelationshipWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsClient#updateRelationshipWithResponse(String, String, JsonPatchDocument, UpdateRelationshipOptions, Context)\"></xref> and <xref uid=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient.updateRelationshipWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.digitaltwins.core.DigitalTwinsAsyncClient#updateRelationshipWithResponse(String, String, JsonPatchDocument, UpdateRelationshipOptions)\"></xref>"
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -26,4 +26,4 @@ classes:
desc: "Package containing classes for AzureDigitalTwinsAPI. A service for managing and querying digital twins and digital\n twin models."
metadata: {}
package: "com.azure.digitaltwins.core.models"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -17,4 +17,4 @@ enums:
desc: "Package containing the classes for AzureDigitalTwinsAPI. A service for managing and querying digital twins and\n digital twin models."
metadata: {}
package: "com.azure.digitaltwins.core"
artifact: com.azure:azure-digitaltwins-core:1.3.7
artifact: com.azure:azure-digitaltwins-core:1.3.8

Просмотреть файл

@ -141,4 +141,4 @@ type: "class"
desc: "The Configurable allowing configurations to be set."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -82,6 +82,16 @@ methods:
returns:
description: "Resource collection API of Ledgers."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.Ledgers?alt=com.azure.resourcemanager.confidentialledger.models.Ledgers&text=Ledgers\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.ConfidentialLedgerManager.managedCcfs()"
fullName: "com.azure.resourcemanager.confidentialledger.ConfidentialLedgerManager.managedCcfs()"
name: "managedCcfs()"
nameWithType: "ConfidentialLedgerManager.managedCcfs()"
summary: "Gets the resource collection API of Managed<wbr>Ccfs."
syntax: "public ManagedCcfs managedCcfs()"
desc: "Gets the resource collection API of ManagedCcfs. It manages ManagedCcf."
returns:
description: "Resource collection API of ManagedCcfs."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfs?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfs&text=ManagedCcfs\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.ConfidentialLedgerManager.operations()"
fullName: "com.azure.resourcemanager.confidentialledger.ConfidentialLedgerManager.operations()"
name: "operations()"
@ -114,4 +124,4 @@ type: "class"
desc: "Entry point to ConfidentialLedgerManager. Microsoft Azure Confidential Compute Ledger Control Plane REST API version 2020-12-01-preview."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -66,6 +66,18 @@ methods:
returns:
description: "the LedgersClient object."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.LedgersClient?alt=com.azure.resourcemanager.confidentialledger.fluent.LedgersClient&text=LedgersClient\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ConfidentialLedgerManagementClient.getManagedCcfs()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ConfidentialLedgerManagementClient.getManagedCcfs()"
name: "getManagedCcfs()"
nameWithType: "ConfidentialLedgerManagementClient.getManagedCcfs()"
summary: "Gets the Managed<wbr>Ccfs<wbr>Client object to access its operations."
modifiers:
- "abstract"
syntax: "public abstract ManagedCcfsClient getManagedCcfs()"
desc: "Gets the ManagedCcfsClient object to access its operations."
returns:
description: "the ManagedCcfsClient object."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient?alt=com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient&text=ManagedCcfsClient\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ConfidentialLedgerManagementClient.getOperations()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ConfidentialLedgerManagementClient.getOperations()"
name: "getOperations()"
@ -94,11 +106,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ConfidentialLedgerManagementClient.getSubscriptionId()"
name: "getSubscriptionId()"
nameWithType: "ConfidentialLedgerManagementClient.getSubscriptionId()"
summary: "Gets The Azure subscription ID."
summary: "Gets The ID of the target subscription."
modifiers:
- "abstract"
syntax: "public abstract String getSubscriptionId()"
desc: "Gets The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)."
desc: "Gets The ID of the target subscription."
returns:
description: "the subscriptionId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
@ -106,4 +118,4 @@ type: "interface"
desc: "The interface for ConfidentialLedgerManagementClient class."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -10,11 +10,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.beginCreate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
name: "beginCreate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
nameWithType: "LedgersClient.beginCreate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
summary: "Creates a Confidential Ledger with the specified ledger parameters."
summary: "Creates a Confidential Ledger."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -24,7 +24,7 @@ methods:
name: "confidentialLedger"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ConfidentialLedgerInner>,ConfidentialLedgerInner> beginCreate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
desc: "Creates a Confidential Ledger with the specified ledger parameters."
desc: "Creates a Confidential Ledger.\n\nCreates a Confidential Ledger with the specified ledger parameters."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of confidential Ledger."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -32,11 +32,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.beginCreate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
name: "beginCreate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
nameWithType: "LedgersClient.beginCreate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
summary: "Creates a Confidential Ledger with the specified ledger parameters."
summary: "Creates a Confidential Ledger."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -49,7 +49,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ConfidentialLedgerInner>,ConfidentialLedgerInner> beginCreate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
desc: "Creates a Confidential Ledger with the specified ledger parameters."
desc: "Creates a Confidential Ledger.\n\nCreates a Confidential Ledger with the specified ledger parameters."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of confidential Ledger."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -57,18 +57,18 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.beginDelete(String resourceGroupName, String ledgerName)"
name: "beginDelete(String resourceGroupName, String ledgerName)"
nameWithType: "LedgersClient.beginDelete(String resourceGroupName, String ledgerName)"
summary: "Deletes an existing Confidential Ledger."
summary: "Deletes a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
name: "ledgerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String ledgerName)"
desc: "Deletes an existing Confidential Ledger."
desc: "Deletes a Confidential Ledger resource.\n\nDeletes an existing Confidential Ledger."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
@ -76,11 +76,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.beginDelete(String resourceGroupName, String ledgerName, Context context)"
name: "beginDelete(String resourceGroupName, String ledgerName, Context context)"
nameWithType: "LedgersClient.beginDelete(String resourceGroupName, String ledgerName, Context context)"
summary: "Deletes an existing Confidential Ledger."
summary: "Deletes a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -90,7 +90,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String ledgerName, Context context)"
desc: "Deletes an existing Confidential Ledger."
desc: "Deletes a Confidential Ledger resource.\n\nDeletes an existing Confidential Ledger."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
@ -98,11 +98,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.beginUpdate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
name: "beginUpdate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
nameWithType: "LedgersClient.beginUpdate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
summary: "Updates properties of Confidential Ledger."
summary: "Update Confidential Ledger properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -112,7 +112,7 @@ methods:
name: "confidentialLedger"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ConfidentialLedgerInner>,ConfidentialLedgerInner> beginUpdate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
desc: "Updates properties of Confidential Ledger."
desc: "Update Confidential Ledger properties\n\nUpdates properties of Confidential Ledger."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of confidential Ledger."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -120,11 +120,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.beginUpdate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
name: "beginUpdate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
nameWithType: "LedgersClient.beginUpdate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
summary: "Updates properties of Confidential Ledger."
summary: "Update Confidential Ledger properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -137,7 +137,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ConfidentialLedgerInner>,ConfidentialLedgerInner> beginUpdate(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
desc: "Updates properties of Confidential Ledger."
desc: "Update Confidential Ledger properties\n\nUpdates properties of Confidential Ledger."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of confidential Ledger."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -145,11 +145,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.create(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
name: "create(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
nameWithType: "LedgersClient.create(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
summary: "Creates a Confidential Ledger with the specified ledger parameters."
summary: "Creates a Confidential Ledger."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -159,7 +159,7 @@ methods:
name: "confidentialLedger"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedgerInner create(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
desc: "Creates a Confidential Ledger with the specified ledger parameters."
desc: "Creates a Confidential Ledger.\n\nCreates a Confidential Ledger with the specified ledger parameters."
returns:
description: "confidential Ledger."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
@ -167,11 +167,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.create(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
name: "create(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
nameWithType: "LedgersClient.create(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
summary: "Creates a Confidential Ledger with the specified ledger parameters."
summary: "Creates a Confidential Ledger."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -184,7 +184,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedgerInner create(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
desc: "Creates a Confidential Ledger with the specified ledger parameters."
desc: "Creates a Confidential Ledger.\n\nCreates a Confidential Ledger with the specified ledger parameters."
returns:
description: "confidential Ledger."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
@ -192,27 +192,27 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.delete(String resourceGroupName, String ledgerName)"
name: "delete(String resourceGroupName, String ledgerName)"
nameWithType: "LedgersClient.delete(String resourceGroupName, String ledgerName)"
summary: "Deletes an existing Confidential Ledger."
summary: "Deletes a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
name: "ledgerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String ledgerName)"
desc: "Deletes an existing Confidential Ledger."
desc: "Deletes a Confidential Ledger resource.\n\nDeletes an existing Confidential Ledger."
- uid: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.delete(String resourceGroupName, String ledgerName, Context context)"
name: "delete(String resourceGroupName, String ledgerName, Context context)"
nameWithType: "LedgersClient.delete(String resourceGroupName, String ledgerName, Context context)"
summary: "Deletes an existing Confidential Ledger."
summary: "Deletes a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -222,23 +222,23 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String ledgerName, Context context)"
desc: "Deletes an existing Confidential Ledger."
desc: "Deletes a Confidential Ledger resource.\n\nDeletes an existing Confidential Ledger."
- uid: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.getByResourceGroup(String resourceGroupName, String ledgerName)"
name: "getByResourceGroup(String resourceGroupName, String ledgerName)"
nameWithType: "LedgersClient.getByResourceGroup(String resourceGroupName, String ledgerName)"
summary: "Retrieves the properties of a Confidential Ledger."
summary: "Retrieves information about a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
name: "ledgerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ConfidentialLedgerInner getByResourceGroup(String resourceGroupName, String ledgerName)"
desc: "Retrieves the properties of a Confidential Ledger."
desc: "Retrieves information about a Confidential Ledger resource.\n\nRetrieves the properties of a Confidential Ledger."
returns:
description: "confidential Ledger."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
@ -246,11 +246,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.getByResourceGroupWithResponse(String resourceGroupName, String ledgerName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String ledgerName, Context context)"
nameWithType: "LedgersClient.getByResourceGroupWithResponse(String resourceGroupName, String ledgerName, Context context)"
summary: "Retrieves the properties of a Confidential Ledger."
summary: "Retrieves information about a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -260,7 +260,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ConfidentialLedgerInner> getByResourceGroupWithResponse(String resourceGroupName, String ledgerName, Context context)"
desc: "Retrieves the properties of a Confidential Ledger."
desc: "Retrieves information about a Confidential Ledger resource.\n\nRetrieves the properties of a Confidential Ledger."
returns:
description: "confidential Ledger along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -268,11 +268,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.list()"
name: "list()"
nameWithType: "LedgersClient.list()"
summary: "Retrieves the properties of all Confidential Ledgers."
summary: "Retrieves information about all Confidential Ledger resources under the given subscription"
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ConfidentialLedgerInner> list()"
desc: "Retrieves the properties of all Confidential Ledgers."
desc: "Retrieves information about all Confidential Ledger resources under the given subscription\n\nRetrieves the properties of all Confidential Ledgers."
returns:
description: "object that includes an array of Confidential Ledgers and a possible link for next set as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -280,7 +280,7 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.list(String filter, Context context)"
name: "list(String filter, Context context)"
nameWithType: "LedgersClient.list(String filter, Context context)"
summary: "Retrieves the properties of all Confidential Ledgers."
summary: "Retrieves information about all Confidential Ledger resources under the given subscription"
modifiers:
- "abstract"
parameters:
@ -291,7 +291,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ConfidentialLedgerInner> list(String filter, Context context)"
desc: "Retrieves the properties of all Confidential Ledgers."
desc: "Retrieves information about all Confidential Ledger resources under the given subscription\n\nRetrieves the properties of all Confidential Ledgers."
returns:
description: "object that includes an array of Confidential Ledgers and a possible link for next set as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -299,15 +299,15 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "LedgersClient.listByResourceGroup(String resourceGroupName)"
summary: "Retrieves the properties of all Confidential Ledgers."
summary: "Retrieves information about all Confidential Ledger resources under the given subscription and resource group"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ConfidentialLedgerInner> listByResourceGroup(String resourceGroupName)"
desc: "Retrieves the properties of all Confidential Ledgers."
desc: "Retrieves information about all Confidential Ledger resources under the given subscription and resource group\n\nRetrieves the properties of all Confidential Ledgers."
returns:
description: "object that includes an array of Confidential Ledgers and a possible link for next set as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -315,11 +315,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.listByResourceGroup(String resourceGroupName, String filter, Context context)"
name: "listByResourceGroup(String resourceGroupName, String filter, Context context)"
nameWithType: "LedgersClient.listByResourceGroup(String resourceGroupName, String filter, Context context)"
summary: "Retrieves the properties of all Confidential Ledgers."
summary: "Retrieves information about all Confidential Ledger resources under the given subscription and resource group"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'."
@ -329,7 +329,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ConfidentialLedgerInner> listByResourceGroup(String resourceGroupName, String filter, Context context)"
desc: "Retrieves the properties of all Confidential Ledgers."
desc: "Retrieves information about all Confidential Ledger resources under the given subscription and resource group\n\nRetrieves the properties of all Confidential Ledgers."
returns:
description: "object that includes an array of Confidential Ledgers and a possible link for next set as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -337,11 +337,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.update(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
name: "update(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
nameWithType: "LedgersClient.update(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
summary: "Updates properties of Confidential Ledger."
summary: "Update Confidential Ledger properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -351,7 +351,7 @@ methods:
name: "confidentialLedger"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedgerInner update(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger)"
desc: "Updates properties of Confidential Ledger."
desc: "Update Confidential Ledger properties\n\nUpdates properties of Confidential Ledger."
returns:
description: "confidential Ledger."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
@ -359,11 +359,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient.update(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
name: "update(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
nameWithType: "LedgersClient.update(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
summary: "Updates properties of Confidential Ledger."
summary: "Update Confidential Ledger properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -376,7 +376,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedgerInner update(String resourceGroupName, String ledgerName, ConfidentialLedgerInner confidentialLedger, Context context)"
desc: "Updates properties of Confidential Ledger."
desc: "Update Confidential Ledger properties\n\nUpdates properties of Confidential Ledger."
returns:
description: "confidential Ledger."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
@ -384,4 +384,4 @@ type: "interface"
desc: "An instance of this class provides access to all the operations defined in LedgersClient."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,381 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient"
name: "ManagedCcfsClient"
nameWithType: "ManagedCcfsClient"
summary: "An instance of this class provides access to all the operations defined in Managed<wbr>Ccfs<wbr>Client."
syntax: "public interface **ManagedCcfsClient**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
name: "beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
nameWithType: "ManagedCcfsClient.beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
summary: "Creates a Managed CCF."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Managed CCF Create Request Body."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedCcfInner>,ManagedCcfInner> beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
desc: "Creates a Managed CCF.\n\nCreates a Managed CCF with the specified Managed CCF parameters."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of managed CCF."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
name: "beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
nameWithType: "ManagedCcfsClient.beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
summary: "Creates a Managed CCF."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Managed CCF Create Request Body."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ManagedCcfInner>,ManagedCcfInner> beginCreate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
desc: "Creates a Managed CCF.\n\nCreates a Managed CCF with the specified Managed CCF parameters."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of managed CCF."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginDelete(String resourceGroupName, String appName)"
name: "beginDelete(String resourceGroupName, String appName)"
nameWithType: "ManagedCcfsClient.beginDelete(String resourceGroupName, String appName)"
summary: "Deletes a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String appName)"
desc: "Deletes a Managed CCF resource.\n\nDeletes an existing Managed CCF."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginDelete(String resourceGroupName, String appName, Context context)"
name: "beginDelete(String resourceGroupName, String appName, Context context)"
nameWithType: "ManagedCcfsClient.beginDelete(String resourceGroupName, String appName, Context context)"
summary: "Deletes a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String appName, Context context)"
desc: "Deletes a Managed CCF resource.\n\nDeletes an existing Managed CCF."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
name: "beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
nameWithType: "ManagedCcfsClient.beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
summary: "Update Managed CCF properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for Updating Managed CCF App."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
desc: "Update Managed CCF properties\n\nUpdates properties of Managed CCF."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
name: "beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
nameWithType: "ManagedCcfsClient.beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
summary: "Update Managed CCF properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for Updating Managed CCF App."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginUpdate(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
desc: "Update Managed CCF properties\n\nUpdates properties of Managed CCF."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.create(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
name: "create(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
nameWithType: "ManagedCcfsClient.create(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
summary: "Creates a Managed CCF."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Managed CCF Create Request Body."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedCcfInner create(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
desc: "Creates a Managed CCF.\n\nCreates a Managed CCF with the specified Managed CCF parameters."
returns:
description: "managed CCF."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.create(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
name: "create(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
nameWithType: "ManagedCcfsClient.create(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
summary: "Creates a Managed CCF."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Managed CCF Create Request Body."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedCcfInner create(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
desc: "Creates a Managed CCF.\n\nCreates a Managed CCF with the specified Managed CCF parameters."
returns:
description: "managed CCF."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.delete(String resourceGroupName, String appName)"
name: "delete(String resourceGroupName, String appName)"
nameWithType: "ManagedCcfsClient.delete(String resourceGroupName, String appName)"
summary: "Deletes a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String appName)"
desc: "Deletes a Managed CCF resource.\n\nDeletes an existing Managed CCF."
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.delete(String resourceGroupName, String appName, Context context)"
name: "delete(String resourceGroupName, String appName, Context context)"
nameWithType: "ManagedCcfsClient.delete(String resourceGroupName, String appName, Context context)"
summary: "Deletes a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String appName, Context context)"
desc: "Deletes a Managed CCF resource.\n\nDeletes an existing Managed CCF."
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.getByResourceGroup(String resourceGroupName, String appName)"
name: "getByResourceGroup(String resourceGroupName, String appName)"
nameWithType: "ManagedCcfsClient.getByResourceGroup(String resourceGroupName, String appName)"
summary: "Retrieves information about a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedCcfInner getByResourceGroup(String resourceGroupName, String appName)"
desc: "Retrieves information about a Managed CCF resource.\n\nRetrieves the properties of a Managed CCF app."
returns:
description: "managed CCF."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)"
nameWithType: "ManagedCcfsClient.getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)"
summary: "Retrieves information about a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ManagedCcfInner> getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)"
desc: "Retrieves information about a Managed CCF resource.\n\nRetrieves the properties of a Managed CCF app."
returns:
description: "managed CCF along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.list()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.list()"
name: "list()"
nameWithType: "ManagedCcfsClient.list()"
summary: "Retrieves information about all Managed CCF resources under the given subscription"
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ManagedCcfInner> list()"
desc: "Retrieves information about all Managed CCF resources under the given subscription\n\nRetrieves the properties of all Managed CCF."
returns:
description: "object that includes an array of Managed CCF and a possible link for next set as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.list(String filter, Context context)"
name: "list(String filter, Context context)"
nameWithType: "ManagedCcfsClient.list(String filter, Context context)"
summary: "Retrieves information about all Managed CCF resources under the given subscription"
modifiers:
- "abstract"
parameters:
- description: "The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedCcfInner> list(String filter, Context context)"
desc: "Retrieves information about all Managed CCF resources under the given subscription\n\nRetrieves the properties of all Managed CCF."
returns:
description: "object that includes an array of Managed CCF and a possible link for next set as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "ManagedCcfsClient.listByResourceGroup(String resourceGroupName)"
summary: "Retrieves information about all Managed CCF resources under the given subscription and resource group"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ManagedCcfInner> listByResourceGroup(String resourceGroupName)"
desc: "Retrieves information about all Managed CCF resources under the given subscription and resource group\n\nRetrieves the properties of all Managed CCF apps."
returns:
description: "object that includes an array of Managed CCF and a possible link for next set as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.listByResourceGroup(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.listByResourceGroup(String resourceGroupName, String filter, Context context)"
name: "listByResourceGroup(String resourceGroupName, String filter, Context context)"
nameWithType: "ManagedCcfsClient.listByResourceGroup(String resourceGroupName, String filter, Context context)"
summary: "Retrieves information about all Managed CCF resources under the given subscription and resource group"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedCcfInner> listByResourceGroup(String resourceGroupName, String filter, Context context)"
desc: "Retrieves information about all Managed CCF resources under the given subscription and resource group\n\nRetrieves the properties of all Managed CCF apps."
returns:
description: "object that includes an array of Managed CCF and a possible link for next set as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
name: "update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
nameWithType: "ManagedCcfsClient.update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
summary: "Update Managed CCF properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for Updating Managed CCF App."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
desc: "Update Managed CCF properties\n\nUpdates properties of Managed CCF."
- uid: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient.update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
name: "update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
nameWithType: "ManagedCcfsClient.update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
summary: "Update Managed CCF properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for Updating Managed CCF App."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
desc: "Update Managed CCF properties\n\nUpdates properties of Managed CCF."
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ManagedCcfsClient."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -10,11 +10,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.OperationsClient.list()"
name: "list()"
nameWithType: "OperationsClient.list()"
summary: "Retrieves a list of available API operations."
summary: "Retrieves a list of available API operations under this Resource Provider."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ResourceProviderOperationDefinitionInner> list()"
desc: "Retrieves a list of available API operations."
desc: "Retrieves a list of available API operations under this Resource Provider.\n\nRetrieves a list of available API operations."
returns:
description: "list containing this Resource Provider's available operations as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner&text=ResourceProviderOperationDefinitionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -22,7 +22,7 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.OperationsClient.list(Context context)"
name: "list(Context context)"
nameWithType: "OperationsClient.list(Context context)"
summary: "Retrieves a list of available API operations."
summary: "Retrieves a list of available API operations under this Resource Provider."
modifiers:
- "abstract"
parameters:
@ -30,7 +30,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ResourceProviderOperationDefinitionInner> list(Context context)"
desc: "Retrieves a list of available API operations."
desc: "Retrieves a list of available API operations under this Resource Provider.\n\nRetrieves a list of available API operations."
returns:
description: "list containing this Resource Provider's available operations as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner&text=ResourceProviderOperationDefinitionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -38,4 +38,4 @@ type: "interface"
desc: "An instance of this class provides access to all the operations defined in OperationsClient."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -45,4 +45,4 @@ type: "interface"
desc: "An instance of this class provides access to all the operations defined in ResourceProvidersClient."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.CheckNameAvailabilityResponseInner.CheckNameAvailabilityResponseInner()"
name: "CheckNameAvailabilityResponseInner()"
nameWithType: "CheckNameAvailabilityResponseInner.CheckNameAvailabilityResponseInner()"
summary: "Creates an instance of Check<wbr>Name<wbr>Availability<wbr>Response<wbr>Inner class."
syntax: "public CheckNameAvailabilityResponseInner()"
desc: "Creates an instance of CheckNameAvailabilityResponseInner class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.CheckNameAvailabilityResponseInner.message()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.CheckNameAvailabilityResponseInner.message()"
@ -111,4 +113,4 @@ type: "class"
desc: "The check availability result."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -7,12 +7,19 @@ summary: "Confidential Ledger."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- 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>"
@ -26,41 +33,43 @@ inheritedClassMethods:
- "<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 **ConfidentialLedgerInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public final class **ConfidentialLedgerInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.ConfidentialLedgerInner()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.ConfidentialLedgerInner()"
name: "ConfidentialLedgerInner()"
nameWithType: "ConfidentialLedgerInner.ConfidentialLedgerInner()"
summary: "Creates an instance of Confidential<wbr>Ledger<wbr>Inner class."
syntax: "public ConfidentialLedgerInner()"
desc: "Creates an instance of ConfidentialLedgerInner class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.location()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.location()"
name: "location()"
nameWithType: "ConfidentialLedgerInner.location()"
summary: "Get the location property: The Azure location where the Confidential Ledger is running."
syntax: "public String location()"
desc: "Get the location property: The Azure location where the Confidential Ledger is running."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.properties()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.properties()"
name: "properties()"
nameWithType: "ConfidentialLedgerInner.properties()"
summary: "Get the properties property: Ledger<wbr>Properties Properties of Confidential Ledger Resource."
summary: "Get the properties property: Ledger<wbr>Properties"
syntax: "public LedgerProperties properties()"
desc: "Get the properties property: LedgerProperties Properties of Confidential Ledger Resource."
desc: "Get the properties property: LedgerProperties\n\nProperties of Confidential Ledger Resource."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LedgerProperties?alt=com.azure.resourcemanager.confidentialledger.models.LedgerProperties&text=LedgerProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.runningState()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.runningState()"
name: "runningState()"
nameWithType: "ConfidentialLedgerInner.runningState()"
summary: "Get the running<wbr>State property: Object representing Running<wbr>State for Ledger."
syntax: "public RunningState runningState()"
desc: "Get the runningState property: Object representing RunningState for Ledger."
returns:
description: "the runningState value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.RunningState?alt=com.azure.resourcemanager.confidentialledger.models.RunningState&text=RunningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.systemData()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.systemData()"
name: "systemData()"
nameWithType: "ConfidentialLedgerInner.systemData()"
summary: "Get the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
summary: "Get the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Metadata pertaining to creation and last modification of the resource."
desc: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
@ -69,6 +78,7 @@ methods:
name: "tags()"
nameWithType: "ConfidentialLedgerInner.tags()"
summary: "Get the tags property: Additional tags for Confidential Ledger."
overridden: "com.azure.core.management.Resource.tags()"
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Additional tags for Confidential Ledger."
returns:
@ -85,27 +95,38 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ConfidentialLedgerInner.withLocation(String location)"
summary: "Set the location property: The Azure location where the Confidential Ledger is running."
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- description: "the location value to set."
name: "location"
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ConfidentialLedgerInner withLocation(String location)"
desc: "Set the location property: The Azure location where the Confidential Ledger is running."
returns:
description: "the ConfidentialLedgerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.withProperties(com.azure.resourcemanager.confidentialledger.models.LedgerProperties)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.withProperties(LedgerProperties properties)"
name: "withProperties(LedgerProperties properties)"
nameWithType: "ConfidentialLedgerInner.withProperties(LedgerProperties properties)"
summary: "Set the properties property: Ledger<wbr>Properties Properties of Confidential Ledger Resource."
summary: "Set the properties property: Ledger<wbr>Properties"
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LedgerProperties?alt=com.azure.resourcemanager.confidentialledger.models.LedgerProperties&text=LedgerProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConfidentialLedgerInner withProperties(LedgerProperties properties)"
desc: "Set the properties property: LedgerProperties Properties of Confidential Ledger Resource."
desc: "Set the properties property: LedgerProperties\n\nProperties of Confidential Ledger Resource."
returns:
description: "the ConfidentialLedgerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.withRunningState(com.azure.resourcemanager.confidentialledger.models.RunningState)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner.withRunningState(RunningState runningState)"
name: "withRunningState(RunningState runningState)"
nameWithType: "ConfidentialLedgerInner.withRunningState(RunningState runningState)"
summary: "Set the running<wbr>State property: Object representing Running<wbr>State for Ledger."
parameters:
- description: "the runningState value to set."
name: "runningState"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.RunningState?alt=com.azure.resourcemanager.confidentialledger.models.RunningState&text=RunningState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConfidentialLedgerInner withRunningState(RunningState runningState)"
desc: "Set the runningState property: Object representing RunningState for Ledger."
returns:
description: "the ConfidentialLedgerInner object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner&text=ConfidentialLedgerInner\" data-throw-if-not-resolved=\"False\" />"
@ -114,6 +135,7 @@ methods:
name: "withTags(Map<String,String> tags)"
nameWithType: "ConfidentialLedgerInner.withTags(Map<String,String> tags)"
summary: "Set the tags property: Additional tags for Confidential Ledger."
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- description: "the tags value to set."
name: "tags"
@ -127,4 +149,4 @@ type: "class"
desc: "Confidential Ledger. Contains the properties of Confidential Ledger Resource."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,113 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner"
name: "ManagedCcfInner"
nameWithType: "ManagedCcfInner"
summary: "Managed CCF."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- 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 **ManagedCcfInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.ManagedCcfInner()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.ManagedCcfInner()"
name: "ManagedCcfInner()"
nameWithType: "ManagedCcfInner.ManagedCcfInner()"
summary: "Creates an instance of Managed<wbr>Ccf<wbr>Inner class."
syntax: "public ManagedCcfInner()"
desc: "Creates an instance of ManagedCcfInner class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.properties()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.properties()"
name: "properties()"
nameWithType: "ManagedCcfInner.properties()"
summary: "Get the properties property: Managed<wbr>CCFProperties"
syntax: "public ManagedCcfProperties properties()"
desc: "Get the properties property: ManagedCCFProperties\n\nProperties of Managed CCF Resource."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties&text=ManagedCcfProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.systemData()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.systemData()"
name: "systemData()"
nameWithType: "ManagedCcfInner.systemData()"
summary: "Get the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.validate()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.validate()"
name: "validate()"
nameWithType: "ManagedCcfInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ManagedCcfInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagedCcfInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.withProperties(com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.withProperties(ManagedCcfProperties properties)"
name: "withProperties(ManagedCcfProperties properties)"
nameWithType: "ManagedCcfInner.withProperties(ManagedCcfProperties properties)"
summary: "Set the properties property: Managed<wbr>CCFProperties"
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties&text=ManagedCcfProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedCcfInner withProperties(ManagedCcfProperties properties)"
desc: "Set the properties property: ManagedCCFProperties\n\nProperties of Managed CCF Resource."
returns:
description: "the ManagedCcfInner object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ManagedCcfInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- 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 ManagedCcfInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Managed CCF. Contains the properties of Managed CCF Resource."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner.ResourceProviderOperationDefinitionInner()"
name: "ResourceProviderOperationDefinitionInner()"
nameWithType: "ResourceProviderOperationDefinitionInner.ResourceProviderOperationDefinitionInner()"
summary: "Creates an instance of Resource<wbr>Provider<wbr>Operation<wbr>Definition<wbr>Inner class."
syntax: "public ResourceProviderOperationDefinitionInner()"
desc: "Creates an instance of ResourceProviderOperationDefinitionInner class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner.display()"
fullName: "com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner.display()"
@ -111,4 +113,4 @@ type: "class"
desc: "Describes the Resource Provider Operation."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -6,8 +6,9 @@ summary: "Package containing the inner data models for ConfidentialLedgerManagem
classes:
- "com.azure.resourcemanager.confidentialledger.fluent.models.CheckNameAvailabilityResponseInner"
- "com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerInner"
- "com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner"
- "com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner"
desc: "Package containing the inner data models for ConfidentialLedgerManagementClient. Microsoft Azure Confidential Compute\n Ledger Control Plane REST API version 2020-12-01-preview."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -6,9 +6,10 @@ summary: "Package containing the service clients for ConfidentialLedgerManagemen
interfaces:
- "com.azure.resourcemanager.confidentialledger.fluent.ConfidentialLedgerManagementClient"
- "com.azure.resourcemanager.confidentialledger.fluent.LedgersClient"
- "com.azure.resourcemanager.confidentialledger.fluent.ManagedCcfsClient"
- "com.azure.resourcemanager.confidentialledger.fluent.OperationsClient"
- "com.azure.resourcemanager.confidentialledger.fluent.ResourceProvidersClient"
desc: "Package containing the service clients for ConfidentialLedgerManagementClient. Microsoft Azure Confidential Compute\n Ledger Control Plane REST API version 2020-12-01-preview."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.AadBasedSecurityPrincipal.AadBasedSecurityPrincipal()"
name: "AadBasedSecurityPrincipal()"
nameWithType: "AadBasedSecurityPrincipal.AadBasedSecurityPrincipal()"
summary: "Creates an instance of Aad<wbr>Based<wbr>Security<wbr>Principal class."
syntax: "public AadBasedSecurityPrincipal()"
desc: "Creates an instance of AadBasedSecurityPrincipal class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.AadBasedSecurityPrincipal.ledgerRoleName()"
fullName: "com.azure.resourcemanager.confidentialledger.models.AadBasedSecurityPrincipal.ledgerRoleName()"
@ -111,4 +113,4 @@ type: "class"
desc: "AAD based security principal with associated Ledger RoleName."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.CertBasedSecurityPrincipal.CertBasedSecurityPrincipal()"
name: "CertBasedSecurityPrincipal()"
nameWithType: "CertBasedSecurityPrincipal.CertBasedSecurityPrincipal()"
summary: "Creates an instance of Cert<wbr>Based<wbr>Security<wbr>Principal class."
syntax: "public CertBasedSecurityPrincipal()"
desc: "Creates an instance of CertBasedSecurityPrincipal class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.CertBasedSecurityPrincipal.cert()"
fullName: "com.azure.resourcemanager.confidentialledger.models.CertBasedSecurityPrincipal.cert()"
@ -87,4 +89,4 @@ type: "class"
desc: "Cert based security principal with Ledger RoleName."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityR
fullName: "com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityReason"
name: "CheckNameAvailabilityReason"
nameWithType: "CheckNameAvailabilityReason"
summary: "Defines values for Check<wbr>Name<wbr>Availability<wbr>Reason."
summary: "The reason why the given name is not available."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
@ -31,7 +31,11 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityReason.CheckNameAvailabilityReason()"
name: "CheckNameAvailabilityReason()"
nameWithType: "CheckNameAvailabilityReason.CheckNameAvailabilityReason()"
syntax: "public CheckNameAvailabilityReason()"
summary: "Creates a new instance of Check<wbr>Name<wbr>Availability<wbr>Reason value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityReason.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public CheckNameAvailabilityReason()"
desc: "Creates a new instance of CheckNameAvailabilityReason value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityReason.ALREADY_EXISTS"
fullName: "com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityReason.ALREADY_EXISTS"
@ -87,7 +91,7 @@ methods:
description: "known CheckNameAvailabilityReason values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityReason?alt=com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityReason&text=CheckNameAvailabilityReason\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for CheckNameAvailabilityReason."
desc: "The reason why the given name is not available."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityRequest.CheckNameAvailabilityRequest()"
name: "CheckNameAvailabilityRequest()"
nameWithType: "CheckNameAvailabilityRequest.CheckNameAvailabilityRequest()"
summary: "Creates an instance of Check<wbr>Name<wbr>Availability<wbr>Request class."
syntax: "public CheckNameAvailabilityRequest()"
desc: "Creates an instance of CheckNameAvailabilityRequest class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityRequest.name()"
fullName: "com.azure.resourcemanager.confidentialledger.models.CheckNameAvailabilityRequest.name()"
@ -87,4 +89,4 @@ type: "class"
desc: "The check availability request body."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -58,4 +58,4 @@ type: "interface"
desc: "An immutable client-side representation of CheckNameAvailabilityResponse."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -4,13 +4,14 @@ fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedge
name: "ConfidentialLedger.Definition"
nameWithType: "ConfidentialLedger.Definition"
summary: "The entirety of the Confidential<wbr>Ledger definition."
syntax: "public static interface **ConfidentialLedger.Definition**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.Blank?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static interface **ConfidentialLedger.Definition**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.Blank?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The entirety of the ConfidentialLedger definition."
implements:
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.Blank?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -4,11 +4,11 @@ fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedge
name: "ConfidentialLedger.DefinitionStages.Blank"
nameWithType: "ConfidentialLedger.DefinitionStages.Blank"
summary: "The first stage of the Confidential<wbr>Ledger definition."
syntax: "public static interface **ConfidentialLedger.DefinitionStages.Blank**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static interface **ConfidentialLedger.DefinitionStages.Blank**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The first stage of the ConfidentialLedger definition."
implements:
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -4,7 +4,7 @@ fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedge
name: "ConfidentialLedger.DefinitionStages.WithCreate"
nameWithType: "ConfidentialLedger.DefinitionStages.WithCreate"
summary: "The stage of the Confidential<wbr>Ledger definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
syntax: "public static interface **ConfidentialLedger.DefinitionStages.WithCreate**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithTags?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithProperties?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithProperties&text=WithProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static interface **ConfidentialLedger.DefinitionStages.WithCreate**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithTags?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithRunningState?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithRunningState&text=WithRunningState\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithProperties?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithProperties&text=WithProperties\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate.create()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate.create()"
@ -37,9 +37,9 @@ methods:
type: "interface"
desc: "The stage of the ConfidentialLedger definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
implements:
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithProperties?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithProperties&text=WithProperties\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithRunningState?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithRunningState&text=WithRunningState\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithTags?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -14,14 +14,14 @@ methods:
modifiers:
- "abstract"
parameters:
- description: "The Azure location where the Confidential Ledger is running."
- description: "The geo-location where the resource lives."
name: "location"
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedger.DefinitionStages.WithCreate withRegion(Region location)"
syntax: "public abstract ConfidentialLedger.DefinitionStages.WithResourceGroup withRegion(Region location)"
desc: "Specifies the region for the resource."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation.withRegion(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithLocation.withRegion(String location)"
name: "withRegion(String location)"
@ -30,16 +30,16 @@ methods:
modifiers:
- "abstract"
parameters:
- description: "The Azure location where the Confidential Ledger is running."
- description: "The geo-location where the resource lives."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ConfidentialLedger.DefinitionStages.WithCreate withRegion(String location)"
syntax: "public abstract ConfidentialLedger.DefinitionStages.WithResourceGroup withRegion(String location)"
desc: "Specifies the region for the resource."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the ConfidentialLedger definition allowing to specify location."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -10,15 +10,15 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithProperties.withProperties(LedgerProperties properties)"
name: "withProperties(LedgerProperties properties)"
nameWithType: "ConfidentialLedger.DefinitionStages.WithProperties.withProperties(LedgerProperties properties)"
summary: "Specifies the properties property: Ledger<wbr>Properties Properties of Confidential Ledger Resource.."
summary: "Specifies the properties property: Ledger<wbr>Properties"
modifiers:
- "abstract"
parameters:
- description: "LedgerProperties Properties of Confidential Ledger Resource."
- description: "LedgerProperties\n <p>Properties of Confidential Ledger Resource."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LedgerProperties?alt=com.azure.resourcemanager.confidentialledger.models.LedgerProperties&text=LedgerProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedger.DefinitionStages.WithCreate withProperties(LedgerProperties properties)"
desc: "Specifies the properties property: LedgerProperties Properties of Confidential Ledger Resource.."
desc: "Specifies the properties property: LedgerProperties\n\nProperties of Confidential Ledger Resource.."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
@ -26,4 +26,4 @@ type: "interface"
desc: "The stage of the ConfidentialLedger definition allowing to specify properties."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -14,7 +14,7 @@ methods:
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ConfidentialLedger.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)"
@ -26,4 +26,4 @@ type: "interface"
desc: "The stage of the ConfidentialLedger definition allowing to specify parent resource."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,29 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithRunningState"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithRunningState"
name: "ConfidentialLedger.DefinitionStages.WithRunningState"
nameWithType: "ConfidentialLedger.DefinitionStages.WithRunningState"
summary: "The stage of the Confidential<wbr>Ledger definition allowing to specify running<wbr>State."
syntax: "public static interface **ConfidentialLedger.DefinitionStages.WithRunningState**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithRunningState.withRunningState(com.azure.resourcemanager.confidentialledger.models.RunningState)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithRunningState.withRunningState(RunningState runningState)"
name: "withRunningState(RunningState runningState)"
nameWithType: "ConfidentialLedger.DefinitionStages.WithRunningState.withRunningState(RunningState runningState)"
summary: "Specifies the running<wbr>State property: Object representing Running<wbr>State for Ledger.."
modifiers:
- "abstract"
parameters:
- description: "Object representing RunningState for Ledger."
name: "runningState"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.RunningState?alt=com.azure.resourcemanager.confidentialledger.models.RunningState&text=RunningState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedger.DefinitionStages.WithCreate withRunningState(RunningState runningState)"
desc: "Specifies the runningState property: Object representing RunningState for Ledger.."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the ConfidentialLedger definition allowing to specify runningState."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,4 +26,4 @@ type: "interface"
desc: "The stage of the ConfidentialLedger definition allowing to specify tags."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -9,4 +9,4 @@ type: "interface"
desc: "The ConfidentialLedger definition stages."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -10,15 +10,15 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithProperties.withProperties(LedgerProperties properties)"
name: "withProperties(LedgerProperties properties)"
nameWithType: "ConfidentialLedger.UpdateStages.WithProperties.withProperties(LedgerProperties properties)"
summary: "Specifies the properties property: Ledger<wbr>Properties Properties of Confidential Ledger Resource.."
summary: "Specifies the properties property: Ledger<wbr>Properties"
modifiers:
- "abstract"
parameters:
- description: "LedgerProperties Properties of Confidential Ledger Resource."
- description: "LedgerProperties\n <p>Properties of Confidential Ledger Resource."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LedgerProperties?alt=com.azure.resourcemanager.confidentialledger.models.LedgerProperties&text=LedgerProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedger.Update withProperties(LedgerProperties properties)"
desc: "Specifies the properties property: LedgerProperties Properties of Confidential Ledger Resource.."
desc: "Specifies the properties property: LedgerProperties\n\nProperties of Confidential Ledger Resource.."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.Update?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
@ -26,4 +26,4 @@ type: "interface"
desc: "The stage of the ConfidentialLedger update allowing to specify properties."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,29 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithRunningState"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithRunningState"
name: "ConfidentialLedger.UpdateStages.WithRunningState"
nameWithType: "ConfidentialLedger.UpdateStages.WithRunningState"
summary: "The stage of the Confidential<wbr>Ledger update allowing to specify running<wbr>State."
syntax: "public static interface **ConfidentialLedger.UpdateStages.WithRunningState**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithRunningState.withRunningState(com.azure.resourcemanager.confidentialledger.models.RunningState)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithRunningState.withRunningState(RunningState runningState)"
name: "withRunningState(RunningState runningState)"
nameWithType: "ConfidentialLedger.UpdateStages.WithRunningState.withRunningState(RunningState runningState)"
summary: "Specifies the running<wbr>State property: Object representing Running<wbr>State for Ledger.."
modifiers:
- "abstract"
parameters:
- description: "Object representing RunningState for Ledger."
name: "runningState"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.RunningState?alt=com.azure.resourcemanager.confidentialledger.models.RunningState&text=RunningState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ConfidentialLedger.Update withRunningState(RunningState runningState)"
desc: "Specifies the runningState property: Object representing RunningState for Ledger.."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.Update?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the ConfidentialLedger update allowing to specify runningState."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,4 +26,4 @@ type: "interface"
desc: "The stage of the ConfidentialLedger update allowing to specify tags."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -9,4 +9,4 @@ type: "interface"
desc: "The ConfidentialLedger update stages."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -4,7 +4,7 @@ fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedge
name: "ConfidentialLedger.Update"
nameWithType: "ConfidentialLedger.Update"
summary: "The template for Confidential<wbr>Ledger update."
syntax: "public static interface **ConfidentialLedger.Update**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithTags?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithProperties?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithProperties&text=WithProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static interface **ConfidentialLedger.Update**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithTags?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithRunningState?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithRunningState&text=WithRunningState\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithProperties?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithProperties&text=WithProperties\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.Update.apply()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.Update.apply()"
@ -38,7 +38,8 @@ type: "interface"
desc: "The template for ConfidentialLedger update."
implements:
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithProperties?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithProperties&text=WithProperties\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithRunningState?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithRunningState&text=WithRunningState\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithTags?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -34,11 +34,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.location()"
name: "location()"
nameWithType: "ConfidentialLedger.location()"
summary: "Gets the location property: The Azure location where the Confidential Ledger is running."
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The Azure location where the Confidential Ledger is running."
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
@ -58,11 +58,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.properties()"
name: "properties()"
nameWithType: "ConfidentialLedger.properties()"
summary: "Gets the properties property: Ledger<wbr>Properties Properties of Confidential Ledger Resource."
summary: "Gets the properties property: Ledger<wbr>Properties"
modifiers:
- "abstract"
syntax: "public abstract LedgerProperties properties()"
desc: "Gets the properties property: LedgerProperties Properties of Confidential Ledger Resource."
desc: "Gets the properties property: LedgerProperties\n\nProperties of Confidential Ledger Resource."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LedgerProperties?alt=com.azure.resourcemanager.confidentialledger.models.LedgerProperties&text=LedgerProperties\" data-throw-if-not-resolved=\"False\" />"
@ -130,15 +130,27 @@ methods:
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.runningState()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.runningState()"
name: "runningState()"
nameWithType: "ConfidentialLedger.runningState()"
summary: "Gets the running<wbr>State property: Object representing Running<wbr>State for Ledger."
modifiers:
- "abstract"
syntax: "public abstract RunningState runningState()"
desc: "Gets the runningState property: Object representing RunningState for Ledger."
returns:
description: "the runningState value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.RunningState?alt=com.azure.resourcemanager.confidentialledger.models.RunningState&text=RunningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.systemData()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger.systemData()"
name: "systemData()"
nameWithType: "ConfidentialLedger.systemData()"
summary: "Gets the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Metadata pertaining to creation and last modification of the resource."
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
@ -182,4 +194,4 @@ type: "interface"
desc: "An immutable client-side representation of ConfidentialLedger."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedgerList.ConfidentialLedgerList()"
name: "ConfidentialLedgerList()"
nameWithType: "ConfidentialLedgerList.ConfidentialLedgerList()"
summary: "Creates an instance of Confidential<wbr>Ledger<wbr>List class."
syntax: "public ConfidentialLedgerList()"
desc: "Creates an instance of ConfidentialLedgerList class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedgerList.nextLink()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ConfidentialLedgerList.nextLink()"
@ -87,4 +89,4 @@ type: "class"
desc: "Object that includes an array of Confidential Ledgers and a possible link for next set."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,92 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.DeploymentType"
fullName: "com.azure.resourcemanager.confidentialledger.models.DeploymentType"
name: "DeploymentType"
nameWithType: "DeploymentType"
summary: "Deployment<wbr>Type"
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 **DeploymentType**"
constructors:
- uid: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.DeploymentType()"
fullName: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.DeploymentType()"
name: "DeploymentType()"
nameWithType: "DeploymentType.DeploymentType()"
summary: "Creates an instance of Deployment<wbr>Type class."
syntax: "public DeploymentType()"
desc: "Creates an instance of DeploymentType class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.appSourceUri()"
fullName: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.appSourceUri()"
name: "appSourceUri()"
nameWithType: "DeploymentType.appSourceUri()"
summary: "Get the app<wbr>Source<wbr>Uri property: Source Uri containing ManagedCCF code."
syntax: "public String appSourceUri()"
desc: "Get the appSourceUri property: Source Uri containing ManagedCCF code."
returns:
description: "the appSourceUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.languageRuntime()"
fullName: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.languageRuntime()"
name: "languageRuntime()"
nameWithType: "DeploymentType.languageRuntime()"
summary: "Get the language<wbr>Runtime property: Unique name for the Managed CCF."
syntax: "public LanguageRuntime languageRuntime()"
desc: "Get the languageRuntime property: Unique name for the Managed CCF."
returns:
description: "the languageRuntime value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LanguageRuntime?alt=com.azure.resourcemanager.confidentialledger.models.LanguageRuntime&text=LanguageRuntime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.validate()"
fullName: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.validate()"
name: "validate()"
nameWithType: "DeploymentType.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.withAppSourceUri(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.withAppSourceUri(String appSourceUri)"
name: "withAppSourceUri(String appSourceUri)"
nameWithType: "DeploymentType.withAppSourceUri(String appSourceUri)"
summary: "Set the app<wbr>Source<wbr>Uri property: Source Uri containing ManagedCCF code."
parameters:
- description: "the appSourceUri value to set."
name: "appSourceUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DeploymentType withAppSourceUri(String appSourceUri)"
desc: "Set the appSourceUri property: Source Uri containing ManagedCCF code."
returns:
description: "the DeploymentType object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.DeploymentType?alt=com.azure.resourcemanager.confidentialledger.models.DeploymentType&text=DeploymentType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.withLanguageRuntime(com.azure.resourcemanager.confidentialledger.models.LanguageRuntime)"
fullName: "com.azure.resourcemanager.confidentialledger.models.DeploymentType.withLanguageRuntime(LanguageRuntime languageRuntime)"
name: "withLanguageRuntime(LanguageRuntime languageRuntime)"
nameWithType: "DeploymentType.withLanguageRuntime(LanguageRuntime languageRuntime)"
summary: "Set the language<wbr>Runtime property: Unique name for the Managed CCF."
parameters:
- description: "the languageRuntime value to set."
name: "languageRuntime"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LanguageRuntime?alt=com.azure.resourcemanager.confidentialledger.models.LanguageRuntime&text=LanguageRuntime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeploymentType withLanguageRuntime(LanguageRuntime languageRuntime)"
desc: "Set the languageRuntime property: Unique name for the Managed CCF."
returns:
description: "the DeploymentType object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.DeploymentType?alt=com.azure.resourcemanager.confidentialledger.models.DeploymentType&text=DeploymentType\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "DeploymentType\n\nObject representing DeploymentType for Managed CCF."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,97 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime"
fullName: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime"
name: "LanguageRuntime"
nameWithType: "LanguageRuntime"
summary: "Object representing Language<wbr>Runtime for Manged CCF."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- 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#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#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#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 **LanguageRuntime**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.LanguageRuntime?alt=com.azure.resourcemanager.confidentialledger.models.LanguageRuntime&text=LanguageRuntime\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.LanguageRuntime()"
fullName: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.LanguageRuntime()"
name: "LanguageRuntime()"
nameWithType: "LanguageRuntime.LanguageRuntime()"
summary: "Creates a new instance of Language<wbr>Runtime value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public LanguageRuntime()"
desc: "Creates a new instance of LanguageRuntime value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.CPP"
fullName: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.CPP"
name: "CPP"
nameWithType: "LanguageRuntime.CPP"
summary: "Static value CPP for Language<wbr>Runtime."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LanguageRuntime?alt=com.azure.resourcemanager.confidentialledger.models.LanguageRuntime&text=LanguageRuntime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final LanguageRuntime CPP"
desc: "Static value CPP for LanguageRuntime."
- uid: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.JS"
fullName: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.JS"
name: "JS"
nameWithType: "LanguageRuntime.JS"
summary: "Static value JS for Language<wbr>Runtime."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LanguageRuntime?alt=com.azure.resourcemanager.confidentialledger.models.LanguageRuntime&text=LanguageRuntime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final LanguageRuntime JS"
desc: "Static value JS for LanguageRuntime."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.fromString(String name)"
name: "fromString(String name)"
nameWithType: "LanguageRuntime.fromString(String name)"
summary: "Creates or finds a Language<wbr>Runtime from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static LanguageRuntime fromString(String name)"
desc: "Creates or finds a LanguageRuntime from its string representation."
returns:
description: "the corresponding LanguageRuntime."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LanguageRuntime?alt=com.azure.resourcemanager.confidentialledger.models.LanguageRuntime&text=LanguageRuntime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.values()"
fullName: "com.azure.resourcemanager.confidentialledger.models.LanguageRuntime.values()"
name: "values()"
nameWithType: "LanguageRuntime.values()"
summary: "Gets known Language<wbr>Runtime values."
modifiers:
- "static"
syntax: "public static Collection<LanguageRuntime> values()"
desc: "Gets known LanguageRuntime values."
returns:
description: "known LanguageRuntime values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.LanguageRuntime?alt=com.azure.resourcemanager.confidentialledger.models.LanguageRuntime&text=LanguageRuntime\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Object representing LanguageRuntime for Manged CCF."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.resourcemanager.confidentialledger.models.LedgerProperties"
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerProperties"
name: "LedgerProperties"
nameWithType: "LedgerProperties"
summary: "Ledger<wbr>Properties Additional Confidential Ledger properties."
summary: "Ledger<wbr>Properties"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerProperties.LedgerProperties()"
name: "LedgerProperties()"
nameWithType: "LedgerProperties.LedgerProperties()"
summary: "Creates an instance of Ledger<wbr>Properties class."
syntax: "public LedgerProperties()"
desc: "Creates an instance of LedgerProperties class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.LedgerProperties.aadBasedSecurityPrincipals()"
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerProperties.aadBasedSecurityPrincipals()"
@ -158,7 +160,7 @@ methods:
description: "the LedgerProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.LedgerProperties?alt=com.azure.resourcemanager.confidentialledger.models.LedgerProperties&text=LedgerProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "LedgerProperties Additional Confidential Ledger properties."
desc: "LedgerProperties\n\nAdditional Confidential Ledger properties."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.resourcemanager.confidentialledger.models.LedgerRoleName"
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerRoleName"
name: "LedgerRoleName"
nameWithType: "LedgerRoleName"
summary: "Defines values for Ledger<wbr>Role<wbr>Name."
summary: "Ledger<wbr>Role associated with the Security Principal of Ledger."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
@ -31,7 +31,11 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerRoleName.LedgerRoleName()"
name: "LedgerRoleName()"
nameWithType: "LedgerRoleName.LedgerRoleName()"
syntax: "public LedgerRoleName()"
summary: "Creates a new instance of Ledger<wbr>Role<wbr>Name value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.confidentialledger.models.LedgerRoleName.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public LedgerRoleName()"
desc: "Creates a new instance of LedgerRoleName value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.confidentialledger.models.LedgerRoleName.ADMINISTRATOR"
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerRoleName.ADMINISTRATOR"
@ -99,7 +103,7 @@ methods:
description: "known LedgerRoleName values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.LedgerRoleName?alt=com.azure.resourcemanager.confidentialledger.models.LedgerRoleName&text=LedgerRoleName\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for LedgerRoleName."
desc: "LedgerRole associated with the Security Principal of Ledger."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.resourcemanager.confidentialledger.models.LedgerType"
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerType"
name: "LedgerType"
nameWithType: "LedgerType"
summary: "Defines values for Ledger<wbr>Type."
summary: "Type of the ledger."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
@ -31,7 +31,11 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerType.LedgerType()"
name: "LedgerType()"
nameWithType: "LedgerType.LedgerType()"
syntax: "public LedgerType()"
summary: "Creates a new instance of Ledger<wbr>Type value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.confidentialledger.models.LedgerType.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public LedgerType()"
desc: "Creates a new instance of LedgerType value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.confidentialledger.models.LedgerType.PRIVATE"
fullName: "com.azure.resourcemanager.confidentialledger.models.LedgerType.PRIVATE"
@ -99,7 +103,7 @@ methods:
description: "known LedgerType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.LedgerType?alt=com.azure.resourcemanager.confidentialledger.models.LedgerType&text=LedgerType\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for LedgerType."
desc: "Type of the ledger. Private means transaction data is encrypted."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,11 +26,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.delete(String resourceGroupName, String ledgerName, Context context)"
name: "delete(String resourceGroupName, String ledgerName, Context context)"
nameWithType: "Ledgers.delete(String resourceGroupName, String ledgerName, Context context)"
summary: "Deletes an existing Confidential Ledger."
summary: "Deletes a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -40,12 +40,12 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String ledgerName, Context context)"
desc: "Deletes an existing Confidential Ledger."
desc: "Deletes a Confidential Ledger resource.\n\nDeletes an existing Confidential Ledger."
- uid: "com.azure.resourcemanager.confidentialledger.models.Ledgers.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Ledgers.deleteById(String id)"
summary: "Deletes an existing Confidential Ledger."
summary: "Deletes a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
@ -53,12 +53,12 @@ methods:
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes an existing Confidential Ledger."
desc: "Deletes a Confidential Ledger resource.\n\nDeletes an existing Confidential Ledger."
- uid: "com.azure.resourcemanager.confidentialledger.models.Ledgers.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Ledgers.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes an existing Confidential Ledger."
summary: "Deletes a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
@ -69,28 +69,28 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
desc: "Deletes an existing Confidential Ledger."
desc: "Deletes a Confidential Ledger resource.\n\nDeletes an existing Confidential Ledger."
- uid: "com.azure.resourcemanager.confidentialledger.models.Ledgers.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.deleteByResourceGroup(String resourceGroupName, String ledgerName)"
name: "deleteByResourceGroup(String resourceGroupName, String ledgerName)"
nameWithType: "Ledgers.deleteByResourceGroup(String resourceGroupName, String ledgerName)"
summary: "Deletes an existing Confidential Ledger."
summary: "Deletes a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
name: "ledgerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String ledgerName)"
desc: "Deletes an existing Confidential Ledger."
desc: "Deletes a Confidential Ledger resource.\n\nDeletes an existing Confidential Ledger."
- uid: "com.azure.resourcemanager.confidentialledger.models.Ledgers.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.getById(String id)"
name: "getById(String id)"
nameWithType: "Ledgers.getById(String id)"
summary: "Retrieves the properties of a Confidential Ledger."
summary: "Retrieves information about a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
@ -98,7 +98,7 @@ methods:
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ConfidentialLedger getById(String id)"
desc: "Retrieves the properties of a Confidential Ledger."
desc: "Retrieves information about a Confidential Ledger resource.\n\nRetrieves the properties of a Confidential Ledger."
returns:
description: "confidential Ledger along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger&text=ConfidentialLedger\" data-throw-if-not-resolved=\"False\" />"
@ -106,7 +106,7 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Ledgers.getByIdWithResponse(String id, Context context)"
summary: "Retrieves the properties of a Confidential Ledger."
summary: "Retrieves information about a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
@ -117,7 +117,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ConfidentialLedger> getByIdWithResponse(String id, Context context)"
desc: "Retrieves the properties of a Confidential Ledger."
desc: "Retrieves information about a Confidential Ledger resource.\n\nRetrieves the properties of a Confidential Ledger."
returns:
description: "confidential Ledger along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger&text=ConfidentialLedger\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -125,18 +125,18 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.getByResourceGroup(String resourceGroupName, String ledgerName)"
name: "getByResourceGroup(String resourceGroupName, String ledgerName)"
nameWithType: "Ledgers.getByResourceGroup(String resourceGroupName, String ledgerName)"
summary: "Retrieves the properties of a Confidential Ledger."
summary: "Retrieves information about a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
name: "ledgerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ConfidentialLedger getByResourceGroup(String resourceGroupName, String ledgerName)"
desc: "Retrieves the properties of a Confidential Ledger."
desc: "Retrieves information about a Confidential Ledger resource.\n\nRetrieves the properties of a Confidential Ledger."
returns:
description: "confidential Ledger."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger&text=ConfidentialLedger\" data-throw-if-not-resolved=\"False\" />"
@ -144,11 +144,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.getByResourceGroupWithResponse(String resourceGroupName, String ledgerName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String ledgerName, Context context)"
nameWithType: "Ledgers.getByResourceGroupWithResponse(String resourceGroupName, String ledgerName, Context context)"
summary: "Retrieves the properties of a Confidential Ledger."
summary: "Retrieves information about a Confidential Ledger resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Confidential Ledger."
@ -158,7 +158,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ConfidentialLedger> getByResourceGroupWithResponse(String resourceGroupName, String ledgerName, Context context)"
desc: "Retrieves the properties of a Confidential Ledger."
desc: "Retrieves information about a Confidential Ledger resource.\n\nRetrieves the properties of a Confidential Ledger."
returns:
description: "confidential Ledger along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger&text=ConfidentialLedger\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -166,11 +166,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.list()"
name: "list()"
nameWithType: "Ledgers.list()"
summary: "Retrieves the properties of all Confidential Ledgers."
summary: "Retrieves information about all Confidential Ledger resources under the given subscription"
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ConfidentialLedger> list()"
desc: "Retrieves the properties of all Confidential Ledgers."
desc: "Retrieves information about all Confidential Ledger resources under the given subscription\n\nRetrieves the properties of all Confidential Ledgers."
returns:
description: "object that includes an array of Confidential Ledgers and a possible link for next set as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger&text=ConfidentialLedger\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -178,7 +178,7 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.list(String filter, Context context)"
name: "list(String filter, Context context)"
nameWithType: "Ledgers.list(String filter, Context context)"
summary: "Retrieves the properties of all Confidential Ledgers."
summary: "Retrieves information about all Confidential Ledger resources under the given subscription"
modifiers:
- "abstract"
parameters:
@ -189,7 +189,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ConfidentialLedger> list(String filter, Context context)"
desc: "Retrieves the properties of all Confidential Ledgers."
desc: "Retrieves information about all Confidential Ledger resources under the given subscription\n\nRetrieves the properties of all Confidential Ledgers."
returns:
description: "object that includes an array of Confidential Ledgers and a possible link for next set as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger&text=ConfidentialLedger\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -197,15 +197,15 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "Ledgers.listByResourceGroup(String resourceGroupName)"
summary: "Retrieves the properties of all Confidential Ledgers."
summary: "Retrieves information about all Confidential Ledger resources under the given subscription and resource group"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ConfidentialLedger> listByResourceGroup(String resourceGroupName)"
desc: "Retrieves the properties of all Confidential Ledgers."
desc: "Retrieves information about all Confidential Ledger resources under the given subscription and resource group\n\nRetrieves the properties of all Confidential Ledgers."
returns:
description: "object that includes an array of Confidential Ledgers and a possible link for next set as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger&text=ConfidentialLedger\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -213,11 +213,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Ledgers.listByResourceGroup(String resourceGroupName, String filter, Context context)"
name: "listByResourceGroup(String resourceGroupName, String filter, Context context)"
nameWithType: "Ledgers.listByResourceGroup(String resourceGroupName, String filter, Context context)"
summary: "Retrieves the properties of all Confidential Ledgers."
summary: "Retrieves information about all Confidential Ledger resources under the given subscription and resource group"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'."
@ -227,7 +227,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ConfidentialLedger> listByResourceGroup(String resourceGroupName, String filter, Context context)"
desc: "Retrieves the properties of all Confidential Ledgers."
desc: "Retrieves information about all Confidential Ledger resources under the given subscription and resource group\n\nRetrieves the properties of all Confidential Ledgers."
returns:
description: "object that includes an array of Confidential Ledgers and a possible link for next set as paginated\n response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger?alt=com.azure.resourcemanager.confidentialledger.models.ConfidentialLedger&text=ConfidentialLedger\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -235,4 +235,4 @@ type: "interface"
desc: "Resource collection API of Ledgers."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,17 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.Definition"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.Definition"
name: "ManagedCcf.Definition"
nameWithType: "ManagedCcf.Definition"
summary: "The entirety of the Managed<wbr>Ccf definition."
syntax: "public static interface **ManagedCcf.Definition**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.Blank?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The entirety of the ManagedCcf definition."
implements:
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.Blank?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,14 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.Blank"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.Blank"
name: "ManagedCcf.DefinitionStages.Blank"
nameWithType: "ManagedCcf.DefinitionStages.Blank"
summary: "The first stage of the Managed<wbr>Ccf definition."
syntax: "public static interface **ManagedCcf.DefinitionStages.Blank**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The first stage of the ManagedCcf definition."
implements:
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,44 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate"
name: "ManagedCcf.DefinitionStages.WithCreate"
nameWithType: "ManagedCcf.DefinitionStages.WithCreate"
summary: "The stage of the Managed<wbr>Ccf definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
syntax: "public static interface **ManagedCcf.DefinitionStages.WithCreate**</br> extends <xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithTags?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithProperties&text=WithProperties\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate.create()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate.create()"
name: "create()"
nameWithType: "ManagedCcf.DefinitionStages.WithCreate.create()"
summary: "Executes the create request."
modifiers:
- "abstract"
syntax: "public abstract ManagedCcf create()"
desc: "Executes the create request."
returns:
description: "the created resource."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate.create(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate.create(Context context)"
name: "create(Context context)"
nameWithType: "ManagedCcf.DefinitionStages.WithCreate.create(Context context)"
summary: "Executes the create request."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedCcf create(Context context)"
desc: "Executes the create request."
returns:
description: "the created resource."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the ManagedCcf definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
implements:
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithProperties&text=WithProperties\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithTags?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,45 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation"
name: "ManagedCcf.DefinitionStages.WithLocation"
nameWithType: "ManagedCcf.DefinitionStages.WithLocation"
summary: "The stage of the Managed<wbr>Ccf definition allowing to specify location."
syntax: "public static interface **ManagedCcf.DefinitionStages.WithLocation**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation.withRegion(com.azure.core.management.Region)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation.withRegion(Region location)"
name: "withRegion(Region location)"
nameWithType: "ManagedCcf.DefinitionStages.WithLocation.withRegion(Region location)"
summary: "Specifies the region for the resource."
modifiers:
- "abstract"
parameters:
- description: "The geo-location where the resource lives."
name: "location"
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedCcf.DefinitionStages.WithResourceGroup withRegion(Region location)"
desc: "Specifies the region for the resource."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation.withRegion(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithLocation.withRegion(String location)"
name: "withRegion(String location)"
nameWithType: "ManagedCcf.DefinitionStages.WithLocation.withRegion(String location)"
summary: "Specifies the region for the resource."
modifiers:
- "abstract"
parameters:
- description: "The geo-location where the resource lives."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedCcf.DefinitionStages.WithResourceGroup withRegion(String location)"
desc: "Specifies the region for the resource."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the ManagedCcf definition allowing to specify location."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,29 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithProperties"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithProperties"
name: "ManagedCcf.DefinitionStages.WithProperties"
nameWithType: "ManagedCcf.DefinitionStages.WithProperties"
summary: "The stage of the Managed<wbr>Ccf definition allowing to specify properties."
syntax: "public static interface **ManagedCcf.DefinitionStages.WithProperties**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithProperties.withProperties(com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithProperties.withProperties(ManagedCcfProperties properties)"
name: "withProperties(ManagedCcfProperties properties)"
nameWithType: "ManagedCcf.DefinitionStages.WithProperties.withProperties(ManagedCcfProperties properties)"
summary: "Specifies the properties property: Managed<wbr>CCFProperties"
modifiers:
- "abstract"
parameters:
- description: "ManagedCCFProperties\n <p>Properties of Managed CCF Resource."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties&text=ManagedCcfProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedCcf.DefinitionStages.WithCreate withProperties(ManagedCcfProperties properties)"
desc: "Specifies the properties property: ManagedCCFProperties\n\nProperties of Managed CCF Resource.."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the ManagedCcf definition allowing to specify properties."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,29 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup"
name: "ManagedCcf.DefinitionStages.WithResourceGroup"
nameWithType: "ManagedCcf.DefinitionStages.WithResourceGroup"
summary: "The stage of the Managed<wbr>Ccf definition allowing to specify parent resource."
syntax: "public static interface **ManagedCcf.DefinitionStages.WithResourceGroup**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup.withExistingResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName)"
name: "withExistingResourceGroup(String resourceGroupName)"
nameWithType: "ManagedCcf.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName)"
summary: "Specifies resource<wbr>Group<wbr>Name."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedCcf.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)"
desc: "Specifies resourceGroupName."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the ManagedCcf definition allowing to specify parent resource."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,29 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithTags"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithTags"
name: "ManagedCcf.DefinitionStages.WithTags"
nameWithType: "ManagedCcf.DefinitionStages.WithTags"
summary: "The stage of the Managed<wbr>Ccf definition allowing to specify tags."
syntax: "public static interface **ManagedCcf.DefinitionStages.WithTags**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithTags.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithTags.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ManagedCcf.DefinitionStages.WithTags.withTags(Map<String,String> tags)"
summary: "Specifies the tags property: Resource tags.."
modifiers:
- "abstract"
parameters:
- description: "Resource tags."
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 abstract ManagedCcf.DefinitionStages.WithCreate withTags(Map<String,String> tags)"
desc: "Specifies the tags property: Resource tags.."
returns:
description: "the next definition stage."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the ManagedCcf definition allowing to specify tags."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,12 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages"
name: "ManagedCcf.DefinitionStages"
nameWithType: "ManagedCcf.DefinitionStages"
summary: "The Managed<wbr>Ccf definition stages."
syntax: "public static interface **ManagedCcf.DefinitionStages**"
type: "interface"
desc: "The ManagedCcf definition stages."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,161 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf"
name: "ManagedCcf"
nameWithType: "ManagedCcf"
summary: "An immutable client-side representation of Managed<wbr>Ccf."
syntax: "public interface **ManagedCcf**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.id()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.id()"
name: "id()"
nameWithType: "ManagedCcf.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.innerModel()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.innerModel()"
name: "innerModel()"
nameWithType: "ManagedCcf.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>confidentialledger.<wbr>fluent.<wbr>models.<wbr>Managed<wbr>Ccf<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ManagedCcfInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.location()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.location()"
name: "location()"
nameWithType: "ManagedCcf.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.name()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.name()"
name: "name()"
nameWithType: "ManagedCcf.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.properties()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.properties()"
name: "properties()"
nameWithType: "ManagedCcf.properties()"
summary: "Gets the properties property: Managed<wbr>CCFProperties"
modifiers:
- "abstract"
syntax: "public abstract ManagedCcfProperties properties()"
desc: "Gets the properties property: ManagedCCFProperties\n\nProperties of Managed CCF Resource."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties&text=ManagedCcfProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.refresh()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.refresh()"
name: "refresh()"
nameWithType: "ManagedCcf.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract ManagedCcf refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "ManagedCcf.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ManagedCcf refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.region()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.region()"
name: "region()"
nameWithType: "ManagedCcf.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.regionName()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.regionName()"
name: "regionName()"
nameWithType: "ManagedCcf.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.systemData()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.systemData()"
name: "systemData()"
nameWithType: "ManagedCcf.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.tags()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.tags()"
name: "tags()"
nameWithType: "ManagedCcf.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
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.confidentialledger.models.ManagedCcf.type()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcf.type()"
name: "type()"
nameWithType: "ManagedCcf.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of ManagedCcf."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,92 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList"
name: "ManagedCcfList"
nameWithType: "ManagedCcfList"
summary: "Object that includes an array of Managed CCF and a possible link for next 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 **ManagedCcfList**"
constructors:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.ManagedCcfList()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.ManagedCcfList()"
name: "ManagedCcfList()"
nameWithType: "ManagedCcfList.ManagedCcfList()"
summary: "Creates an instance of Managed<wbr>Ccf<wbr>List class."
syntax: "public ManagedCcfList()"
desc: "Creates an instance of ManagedCcfList class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.nextLink()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.nextLink()"
name: "nextLink()"
nameWithType: "ManagedCcfList.nextLink()"
summary: "Get the next<wbr>Link property: The URL the client should use to fetch the next page (per server side paging)."
syntax: "public String nextLink()"
desc: "Get the nextLink property: The URL the client should use to fetch the next page (per server side paging)."
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.confidentialledger.models.ManagedCcfList.validate()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.validate()"
name: "validate()"
nameWithType: "ManagedCcfList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.value()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.value()"
name: "value()"
nameWithType: "ManagedCcfList.value()"
summary: "Get the value property: List of Managed CCF."
syntax: "public List<ManagedCcfInner> value()"
desc: "Get the value property: List of Managed CCF."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "ManagedCcfList.withNextLink(String nextLink)"
summary: "Set the next<wbr>Link property: The URL the client should use to fetch the next page (per server side paging)."
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 ManagedCcfList withNextLink(String nextLink)"
desc: "Set the nextLink property: The URL the client should use to fetch the next page (per server side paging)."
returns:
description: "the ManagedCcfList object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfList?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfList&text=ManagedCcfList\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.withValue(java.util.List<com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner>)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfList.withValue(List<ManagedCcfInner> value)"
name: "withValue(List<ManagedCcfInner> value)"
nameWithType: "ManagedCcfList.withValue(List<ManagedCcfInner> value)"
summary: "Set the value property: List of Managed CCF."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManagedCcfList withValue(List<ManagedCcfInner> value)"
desc: "Set the value property: List of Managed CCF."
returns:
description: "the ManagedCcfList object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfList?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfList&text=ManagedCcfList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Object that includes an array of Managed CCF and a possible link for next set."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,156 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties"
name: "ManagedCcfProperties"
nameWithType: "ManagedCcfProperties"
summary: "Managed<wbr>CCFProperties"
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 **ManagedCcfProperties**"
constructors:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.ManagedCcfProperties()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.ManagedCcfProperties()"
name: "ManagedCcfProperties()"
nameWithType: "ManagedCcfProperties.ManagedCcfProperties()"
summary: "Creates an instance of Managed<wbr>Ccf<wbr>Properties class."
syntax: "public ManagedCcfProperties()"
desc: "Creates an instance of ManagedCcfProperties class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.appName()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.appName()"
name: "appName()"
nameWithType: "ManagedCcfProperties.appName()"
summary: "Get the app<wbr>Name property: Unique name for the Managed CCF."
syntax: "public String appName()"
desc: "Get the appName property: Unique name for the Managed CCF."
returns:
description: "the appName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.appUri()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.appUri()"
name: "appUri()"
nameWithType: "ManagedCcfProperties.appUri()"
summary: "Get the app<wbr>Uri property: Endpoint for calling Managed CCF Service."
syntax: "public String appUri()"
desc: "Get the appUri property: Endpoint for calling Managed CCF Service."
returns:
description: "the appUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.deploymentType()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.deploymentType()"
name: "deploymentType()"
nameWithType: "ManagedCcfProperties.deploymentType()"
summary: "Get the deployment<wbr>Type property: Deployment<wbr>Type"
syntax: "public DeploymentType deploymentType()"
desc: "Get the deploymentType property: DeploymentType\n\nDeployment Type of Managed CCF."
returns:
description: "the deploymentType value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.DeploymentType?alt=com.azure.resourcemanager.confidentialledger.models.DeploymentType&text=DeploymentType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.identityServiceUri()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.identityServiceUri()"
name: "identityServiceUri()"
nameWithType: "ManagedCcfProperties.identityServiceUri()"
summary: "Get the identity<wbr>Service<wbr>Uri property: Endpoint for accessing network identity."
syntax: "public String identityServiceUri()"
desc: "Get the identityServiceUri property: Endpoint for accessing network identity."
returns:
description: "the identityServiceUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.memberIdentityCertificates()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.memberIdentityCertificates()"
name: "memberIdentityCertificates()"
nameWithType: "ManagedCcfProperties.memberIdentityCertificates()"
summary: "Get the member<wbr>Identity<wbr>Certificates property: List of member identity certificates for Managed CCF."
syntax: "public List<MemberIdentityCertificate> memberIdentityCertificates()"
desc: "Get the memberIdentityCertificates property: List of member identity certificates for Managed CCF."
returns:
description: "the memberIdentityCertificates value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate?alt=com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate&text=MemberIdentityCertificate\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.nodeCount()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.nodeCount()"
name: "nodeCount()"
nameWithType: "ManagedCcfProperties.nodeCount()"
summary: "Get the node<wbr>Count property: Node<wbr>Count"
syntax: "public Integer nodeCount()"
desc: "Get the nodeCount property: NodeCount\n\nNumber of CCF nodes in the Managed CCF."
returns:
description: "the nodeCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.provisioningState()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "ManagedCcfProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: Provisioning state of Ledger Resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: Provisioning state of Ledger Resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ProvisioningState?alt=com.azure.resourcemanager.confidentialledger.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.validate()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.validate()"
name: "validate()"
nameWithType: "ManagedCcfProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.withDeploymentType(com.azure.resourcemanager.confidentialledger.models.DeploymentType)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.withDeploymentType(DeploymentType deploymentType)"
name: "withDeploymentType(DeploymentType deploymentType)"
nameWithType: "ManagedCcfProperties.withDeploymentType(DeploymentType deploymentType)"
summary: "Set the deployment<wbr>Type property: Deployment<wbr>Type"
parameters:
- description: "the deploymentType value to set."
name: "deploymentType"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.DeploymentType?alt=com.azure.resourcemanager.confidentialledger.models.DeploymentType&text=DeploymentType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedCcfProperties withDeploymentType(DeploymentType deploymentType)"
desc: "Set the deploymentType property: DeploymentType\n\nDeployment Type of Managed CCF."
returns:
description: "the ManagedCcfProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties&text=ManagedCcfProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.withMemberIdentityCertificates(java.util.List<com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate>)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.withMemberIdentityCertificates(List<MemberIdentityCertificate> memberIdentityCertificates)"
name: "withMemberIdentityCertificates(List<MemberIdentityCertificate> memberIdentityCertificates)"
nameWithType: "ManagedCcfProperties.withMemberIdentityCertificates(List<MemberIdentityCertificate> memberIdentityCertificates)"
summary: "Set the member<wbr>Identity<wbr>Certificates property: List of member identity certificates for Managed CCF."
parameters:
- description: "the memberIdentityCertificates value to set."
name: "memberIdentityCertificates"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate?alt=com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate&text=MemberIdentityCertificate\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManagedCcfProperties withMemberIdentityCertificates(List<MemberIdentityCertificate> memberIdentityCertificates)"
desc: "Set the memberIdentityCertificates property: List of member identity certificates for Managed CCF."
returns:
description: "the ManagedCcfProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties&text=ManagedCcfProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.withNodeCount(java.lang.Integer)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties.withNodeCount(Integer nodeCount)"
name: "withNodeCount(Integer nodeCount)"
nameWithType: "ManagedCcfProperties.withNodeCount(Integer nodeCount)"
summary: "Set the node<wbr>Count property: Node<wbr>Count"
parameters:
- description: "the nodeCount value to set."
name: "nodeCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ManagedCcfProperties withNodeCount(Integer nodeCount)"
desc: "Set the nodeCount property: NodeCount\n\nNumber of CCF nodes in the Managed CCF."
returns:
description: "the ManagedCcfProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcfProperties&text=ManagedCcfProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "ManagedCCFProperties\n\nAdditional Managed CCF properties."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,279 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs"
name: "ManagedCcfs"
nameWithType: "ManagedCcfs"
summary: "Resource collection API of Managed<wbr>Ccfs."
syntax: "public interface **ManagedCcfs**"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.define(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.define(String name)"
name: "define(String name)"
nameWithType: "ManagedCcfs.define(String name)"
summary: "Begins definition for a new Managed<wbr>Ccf resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedCcf.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ManagedCcf resource."
returns:
description: "the first stage of the new ManagedCcf definition."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.Blank?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.delete(String resourceGroupName, String appName, Context context)"
name: "delete(String resourceGroupName, String appName, Context context)"
nameWithType: "ManagedCcfs.delete(String resourceGroupName, String appName, Context context)"
summary: "Deletes a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String appName, Context context)"
desc: "Deletes a Managed CCF resource.\n\nDeletes an existing Managed CCF."
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "ManagedCcfs.deleteById(String id)"
summary: "Deletes a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes a Managed CCF resource.\n\nDeletes an existing Managed CCF."
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "ManagedCcfs.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
desc: "Deletes a Managed CCF resource.\n\nDeletes an existing Managed CCF."
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.deleteByResourceGroup(String resourceGroupName, String appName)"
name: "deleteByResourceGroup(String resourceGroupName, String appName)"
nameWithType: "ManagedCcfs.deleteByResourceGroup(String resourceGroupName, String appName)"
summary: "Deletes a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String appName)"
desc: "Deletes a Managed CCF resource.\n\nDeletes an existing Managed CCF."
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.getById(String id)"
name: "getById(String id)"
nameWithType: "ManagedCcfs.getById(String id)"
summary: "Retrieves information about a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedCcf getById(String id)"
desc: "Retrieves information about a Managed CCF resource.\n\nRetrieves the properties of a Managed CCF app."
returns:
description: "managed CCF along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "ManagedCcfs.getByIdWithResponse(String id, Context context)"
summary: "Retrieves information about a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ManagedCcf> getByIdWithResponse(String id, Context context)"
desc: "Retrieves information about a Managed CCF resource.\n\nRetrieves the properties of a Managed CCF app."
returns:
description: "managed CCF along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.getByResourceGroup(String resourceGroupName, String appName)"
name: "getByResourceGroup(String resourceGroupName, String appName)"
nameWithType: "ManagedCcfs.getByResourceGroup(String resourceGroupName, String appName)"
summary: "Retrieves information about a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ManagedCcf getByResourceGroup(String resourceGroupName, String appName)"
desc: "Retrieves information about a Managed CCF resource.\n\nRetrieves the properties of a Managed CCF app."
returns:
description: "managed CCF."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)"
nameWithType: "ManagedCcfs.getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)"
summary: "Retrieves information about a Managed CCF resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ManagedCcf> getByResourceGroupWithResponse(String resourceGroupName, String appName, Context context)"
desc: "Retrieves information about a Managed CCF resource.\n\nRetrieves the properties of a Managed CCF app."
returns:
description: "managed CCF along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.list()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.list()"
name: "list()"
nameWithType: "ManagedCcfs.list()"
summary: "Retrieves information about all Managed CCF resources under the given subscription"
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ManagedCcf> list()"
desc: "Retrieves information about all Managed CCF resources under the given subscription\n\nRetrieves the properties of all Managed CCF."
returns:
description: "object that includes an array of Managed CCF and a possible link for next set as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.list(String filter, Context context)"
name: "list(String filter, Context context)"
nameWithType: "ManagedCcfs.list(String filter, Context context)"
summary: "Retrieves information about all Managed CCF resources under the given subscription"
modifiers:
- "abstract"
parameters:
- description: "The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedCcf> list(String filter, Context context)"
desc: "Retrieves information about all Managed CCF resources under the given subscription\n\nRetrieves the properties of all Managed CCF."
returns:
description: "object that includes an array of Managed CCF and a possible link for next set as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "ManagedCcfs.listByResourceGroup(String resourceGroupName)"
summary: "Retrieves information about all Managed CCF resources under the given subscription and resource group"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ManagedCcf> listByResourceGroup(String resourceGroupName)"
desc: "Retrieves information about all Managed CCF resources under the given subscription and resource group\n\nRetrieves the properties of all Managed CCF apps."
returns:
description: "object that includes an array of Managed CCF and a possible link for next set as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.listByResourceGroup(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.listByResourceGroup(String resourceGroupName, String filter, Context context)"
name: "listByResourceGroup(String resourceGroupName, String filter, Context context)"
nameWithType: "ManagedCcfs.listByResourceGroup(String resourceGroupName, String filter, Context context)"
summary: "Retrieves information about all Managed CCF resources under the given subscription and resource group"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public'."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ManagedCcf> listByResourceGroup(String resourceGroupName, String filter, Context context)"
desc: "Retrieves information about all Managed CCF resources under the given subscription and resource group\n\nRetrieves the properties of all Managed CCF apps."
returns:
description: "object that includes an array of Managed CCF and a possible link for next set as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ManagedCcf?alt=com.azure.resourcemanager.confidentialledger.models.ManagedCcf&text=ManagedCcf\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.update(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
name: "update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
nameWithType: "ManagedCcfs.update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
summary: "Update Managed CCF properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for Updating Managed CCF App."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void update(String resourceGroupName, String appName, ManagedCcfInner managedCcf)"
desc: "Update Managed CCF properties\n\nUpdates properties of Managed CCF."
- uid: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.update(java.lang.String,java.lang.String,com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ManagedCcfs.update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
name: "update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
nameWithType: "ManagedCcfs.update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
summary: "Update Managed CCF properties"
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Managed CCF."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for Updating Managed CCF App."
name: "managedCcf"
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner?alt=com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfInner&text=ManagedCcfInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void update(String resourceGroupName, String appName, ManagedCcfInner managedCcf, Context context)"
desc: "Update Managed CCF properties\n\nUpdates properties of Managed CCF."
type: "interface"
desc: "Resource collection API of ManagedCcfs."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -0,0 +1,116 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate"
name: "MemberIdentityCertificate"
nameWithType: "MemberIdentityCertificate"
summary: "Member<wbr>Identity<wbr>Certificate"
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 **MemberIdentityCertificate**"
constructors:
- uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.MemberIdentityCertificate()"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.MemberIdentityCertificate()"
name: "MemberIdentityCertificate()"
nameWithType: "MemberIdentityCertificate.MemberIdentityCertificate()"
summary: "Creates an instance of Member<wbr>Identity<wbr>Certificate class."
syntax: "public MemberIdentityCertificate()"
desc: "Creates an instance of MemberIdentityCertificate class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.certificate()"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.certificate()"
name: "certificate()"
nameWithType: "MemberIdentityCertificate.certificate()"
summary: "Get the certificate property: Member Identity Certificate."
syntax: "public String certificate()"
desc: "Get the certificate property: Member Identity Certificate."
returns:
description: "the certificate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.encryptionkey()"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.encryptionkey()"
name: "encryptionkey()"
nameWithType: "MemberIdentityCertificate.encryptionkey()"
summary: "Get the encryptionkey property: Member Identity Certificate Encryption Key."
syntax: "public String encryptionkey()"
desc: "Get the encryptionkey property: Member Identity Certificate Encryption Key."
returns:
description: "the encryptionkey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.tags()"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.tags()"
name: "tags()"
nameWithType: "MemberIdentityCertificate.tags()"
summary: "Get the tags property: Anything."
syntax: "public Object tags()"
desc: "Get the tags property: Anything."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.validate()"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.validate()"
name: "validate()"
nameWithType: "MemberIdentityCertificate.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.withCertificate(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.withCertificate(String certificate)"
name: "withCertificate(String certificate)"
nameWithType: "MemberIdentityCertificate.withCertificate(String certificate)"
summary: "Set the certificate property: Member Identity Certificate."
parameters:
- description: "the certificate value to set."
name: "certificate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MemberIdentityCertificate withCertificate(String certificate)"
desc: "Set the certificate property: Member Identity Certificate."
returns:
description: "the MemberIdentityCertificate object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate?alt=com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate&text=MemberIdentityCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.withEncryptionkey(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.withEncryptionkey(String encryptionkey)"
name: "withEncryptionkey(String encryptionkey)"
nameWithType: "MemberIdentityCertificate.withEncryptionkey(String encryptionkey)"
summary: "Set the encryptionkey property: Member Identity Certificate Encryption Key."
parameters:
- description: "the encryptionkey value to set."
name: "encryptionkey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MemberIdentityCertificate withEncryptionkey(String encryptionkey)"
desc: "Set the encryptionkey property: Member Identity Certificate Encryption Key."
returns:
description: "the MemberIdentityCertificate object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate?alt=com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate&text=MemberIdentityCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.withTags(java.lang.Object)"
fullName: "com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate.withTags(Object tags)"
name: "withTags(Object tags)"
nameWithType: "MemberIdentityCertificate.withTags(Object tags)"
summary: "Set the tags property: Anything."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public MemberIdentityCertificate withTags(Object tags)"
desc: "Set the tags property: Anything."
returns:
description: "the MemberIdentityCertificate object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate?alt=com.azure.resourcemanager.confidentialledger.models.MemberIdentityCertificate&text=MemberIdentityCertificate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "MemberIdentityCertificate\n\nObject representing MemberIdentityCertificate for Managed CCF."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -10,11 +10,11 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Operations.list()"
name: "list()"
nameWithType: "Operations.list()"
summary: "Retrieves a list of available API operations."
summary: "Retrieves a list of available API operations under this Resource Provider."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ResourceProviderOperationDefinition> list()"
desc: "Retrieves a list of available API operations."
desc: "Retrieves a list of available API operations under this Resource Provider.\n\nRetrieves a list of available API operations."
returns:
description: "list containing this Resource Provider's available operations as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ResourceProviderOperationDefinition?alt=com.azure.resourcemanager.confidentialledger.models.ResourceProviderOperationDefinition&text=ResourceProviderOperationDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -22,7 +22,7 @@ methods:
fullName: "com.azure.resourcemanager.confidentialledger.models.Operations.list(Context context)"
name: "list(Context context)"
nameWithType: "Operations.list(Context context)"
summary: "Retrieves a list of available API operations."
summary: "Retrieves a list of available API operations under this Resource Provider."
modifiers:
- "abstract"
parameters:
@ -30,7 +30,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ResourceProviderOperationDefinition> list(Context context)"
desc: "Retrieves a list of available API operations."
desc: "Retrieves a list of available API operations under this Resource Provider.\n\nRetrieves a list of available API operations."
returns:
description: "list containing this Resource Provider's available operations as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ResourceProviderOperationDefinition?alt=com.azure.resourcemanager.confidentialledger.models.ResourceProviderOperationDefinition&text=ResourceProviderOperationDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
@ -38,4 +38,4 @@ type: "interface"
desc: "Resource collection API of Operations."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.resourcemanager.confidentialledger.models.ProvisioningState"
fullName: "com.azure.resourcemanager.confidentialledger.models.ProvisioningState"
name: "ProvisioningState"
nameWithType: "ProvisioningState"
summary: "Defines values for Provisioning<wbr>State."
summary: "Object representing Provisioning<wbr>State for Confidential Ledger."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
@ -31,7 +31,11 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.ProvisioningState.ProvisioningState()"
name: "ProvisioningState()"
nameWithType: "ProvisioningState.ProvisioningState()"
syntax: "public ProvisioningState()"
summary: "Creates a new instance of Provisioning<wbr>State value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.confidentialledger.models.ProvisioningState.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public ProvisioningState()"
desc: "Creates a new instance of ProvisioningState value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.confidentialledger.models.ProvisioningState.CANCELED"
fullName: "com.azure.resourcemanager.confidentialledger.models.ProvisioningState.CANCELED"
@ -147,7 +151,7 @@ methods:
description: "known ProvisioningState values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.confidentialledger.models.ProvisioningState?alt=com.azure.resourcemanager.confidentialledger.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for ProvisioningState."
desc: "Object representing ProvisioningState for Confidential Ledger."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -1,66 +0,0 @@
### YamlMime:JavaType
uid: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation"
fullName: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation"
name: "ResourceLocation"
nameWithType: "ResourceLocation"
summary: "Location of the ARM Resource."
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 class **ResourceLocation**"
constructors:
- uid: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation.ResourceLocation()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation.ResourceLocation()"
name: "ResourceLocation()"
nameWithType: "ResourceLocation.ResourceLocation()"
syntax: "public ResourceLocation()"
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation.location()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation.location()"
name: "location()"
nameWithType: "ResourceLocation.location()"
summary: "Get the location property: The Azure location where the Confidential Ledger is running."
syntax: "public String location()"
desc: "Get the location property: The Azure location where the Confidential Ledger is running."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation.validate()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation.validate()"
name: "validate()"
nameWithType: "ResourceLocation.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.confidentialledger.models.ResourceLocation.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ResourceLocation.withLocation(String location)"
summary: "Set the location property: The Azure location where the Confidential Ledger is running."
parameters:
- description: "the location value to set."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ResourceLocation withLocation(String location)"
desc: "Set the location property: The Azure location where the Confidential Ledger is running."
returns:
description: "the ResourceLocation object itself."
type: "<xref href=\"com.azure.resourcemanager.confidentialledger.models.ResourceLocation?alt=com.azure.resourcemanager.confidentialledger.models.ResourceLocation&text=ResourceLocation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Location of the ARM Resource."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1

Просмотреть файл

@ -58,4 +58,4 @@ type: "interface"
desc: "An immutable client-side representation of ResourceProviderOperationDefinition."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.resourcemanager.confidentialledger.models.ResourceProviderOperationDisplay.ResourceProviderOperationDisplay()"
name: "ResourceProviderOperationDisplay()"
nameWithType: "ResourceProviderOperationDisplay.ResourceProviderOperationDisplay()"
summary: "Creates an instance of Resource<wbr>Provider<wbr>Operation<wbr>Display class."
syntax: "public ResourceProviderOperationDisplay()"
desc: "Creates an instance of ResourceProviderOperationDisplay class."
methods:
- uid: "com.azure.resourcemanager.confidentialledger.models.ResourceProviderOperationDisplay.description()"
fullName: "com.azure.resourcemanager.confidentialledger.models.ResourceProviderOperationDisplay.description()"
@ -135,4 +137,4 @@ type: "class"
desc: "Describes the properties of the Operation."
metadata: {}
package: "com.azure.resourcemanager.confidentialledger.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.1
artifact: com.azure.resourcemanager:azure-resourcemanager-confidentialledger:1.0.0-beta.2

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше