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

170 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource"
name: "ConfluentAgreementResource"
nameWithType: "ConfluentAgreementResource"
summary: "An immutable client-side representation of Confluent<wbr>Agreement<wbr>Resource."
syntax: "public interface **ConfluentAgreementResource**"
methods:
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.accepted()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.accepted()"
name: "accepted()"
nameWithType: "ConfluentAgreementResource.accepted()"
summary: "Gets the accepted property: If any version of the terms have been accepted, otherwise false."
modifiers:
- "abstract"
syntax: "public abstract Boolean accepted()"
desc: "Gets the accepted property: If any version of the terms have been accepted, otherwise false."
returns:
description: "the accepted value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.id()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.id()"
name: "id()"
nameWithType: "ConfluentAgreementResource.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.confluent.models.ConfluentAgreementResource.innerModel()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.innerModel()"
name: "innerModel()"
nameWithType: "ConfluentAgreementResource.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>confluent.<wbr>fluent.<wbr>models.<wbr>Confluent<wbr>Agreement<wbr>Resource<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ConfluentAgreementResourceInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementResourceInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementResourceInner?alt=com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementResourceInner&text=ConfluentAgreementResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.licenseTextLink()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.licenseTextLink()"
name: "licenseTextLink()"
nameWithType: "ConfluentAgreementResource.licenseTextLink()"
summary: "Gets the license<wbr>Text<wbr>Link property: Link to HTML with Microsoft and Publisher terms."
modifiers:
- "abstract"
syntax: "public abstract String licenseTextLink()"
desc: "Gets the licenseTextLink property: Link to HTML with Microsoft and Publisher terms."
returns:
description: "the licenseTextLink value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.name()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.name()"
name: "name()"
nameWithType: "ConfluentAgreementResource.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.confluent.models.ConfluentAgreementResource.plan()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.plan()"
name: "plan()"
nameWithType: "ConfluentAgreementResource.plan()"
summary: "Gets the plan property: Plan identifier string."
modifiers:
- "abstract"
syntax: "public abstract String plan()"
desc: "Gets the plan property: Plan identifier string."
returns:
description: "the plan value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.privacyPolicyLink()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.privacyPolicyLink()"
name: "privacyPolicyLink()"
nameWithType: "ConfluentAgreementResource.privacyPolicyLink()"
summary: "Gets the privacy<wbr>Policy<wbr>Link property: Link to the privacy policy of the publisher."
modifiers:
- "abstract"
syntax: "public abstract String privacyPolicyLink()"
desc: "Gets the privacyPolicyLink property: Link to the privacy policy of the publisher."
returns:
description: "the privacyPolicyLink value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.product()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.product()"
name: "product()"
nameWithType: "ConfluentAgreementResource.product()"
summary: "Gets the product property: Product identifier string."
modifiers:
- "abstract"
syntax: "public abstract String product()"
desc: "Gets the product property: Product identifier string."
returns:
description: "the product value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.publisher()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.publisher()"
name: "publisher()"
nameWithType: "ConfluentAgreementResource.publisher()"
summary: "Gets the publisher property: Publisher identifier string."
modifiers:
- "abstract"
syntax: "public abstract String publisher()"
desc: "Gets the publisher property: Publisher identifier string."
returns:
description: "the publisher value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.retrieveDatetime()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.retrieveDatetime()"
name: "retrieveDatetime()"
nameWithType: "ConfluentAgreementResource.retrieveDatetime()"
summary: "Gets the retrieve<wbr>Datetime property: Date and time in UTC of when the terms were accepted."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime retrieveDatetime()"
desc: "Gets the retrieveDatetime property: Date and time in UTC of when the terms were accepted. This is empty if Accepted is false."
returns:
description: "the retrieveDatetime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.signature()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.signature()"
name: "signature()"
nameWithType: "ConfluentAgreementResource.signature()"
summary: "Gets the signature property: Terms signature."
modifiers:
- "abstract"
syntax: "public abstract String signature()"
desc: "Gets the signature property: Terms signature."
returns:
description: "the signature value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.systemData()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.systemData()"
name: "systemData()"
nameWithType: "ConfluentAgreementResource.systemData()"
summary: "Gets the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Metadata pertaining to creation and last modification of the resource."
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.confluent.models.ConfluentAgreementResource.type()"
fullName: "com.azure.resourcemanager.confluent.models.ConfluentAgreementResource.type()"
name: "type()"
nameWithType: "ConfluentAgreementResource.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 ConfluentAgreementResource."
metadata: {}
package: "com.azure.resourcemanager.confluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0