98 строки
5.4 KiB
YAML
98 строки
5.4 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.billing.models.InvoiceSection"
|
||
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceSection"
|
||
|
name: "InvoiceSection"
|
||
|
nameWithType: "InvoiceSection"
|
||
|
summary: "An immutable client-side representation of Invoice<wbr>Section."
|
||
|
syntax: "public interface **InvoiceSection**"
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceSection.id()"
|
||
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceSection.id()"
|
||
|
name: "id()"
|
||
|
nameWithType: "InvoiceSection.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.billing.models.InvoiceSection.innerModel()"
|
||
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceSection.innerModel()"
|
||
|
name: "innerModel()"
|
||
|
nameWithType: "InvoiceSection.innerModel()"
|
||
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>billing.<wbr>fluent.<wbr>models.<wbr>Invoice<wbr>Section<wbr>Inner object."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract InvoiceSectionInner innerModel()"
|
||
|
desc: "Gets the inner com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner object."
|
||
|
returns:
|
||
|
description: "the inner object."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner?alt=com.azure.resourcemanager.billing.fluent.models.InvoiceSectionInner&text=InvoiceSectionInner\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceSection.name()"
|
||
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceSection.name()"
|
||
|
name: "name()"
|
||
|
nameWithType: "InvoiceSection.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.billing.models.InvoiceSection.properties()"
|
||
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceSection.properties()"
|
||
|
name: "properties()"
|
||
|
nameWithType: "InvoiceSection.properties()"
|
||
|
summary: "Gets the properties property: An invoice section."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract InvoiceSectionProperties properties()"
|
||
|
desc: "Gets the properties property: An invoice section."
|
||
|
returns:
|
||
|
description: "the properties value."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.InvoiceSectionProperties?alt=com.azure.resourcemanager.billing.models.InvoiceSectionProperties&text=InvoiceSectionProperties\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceSection.systemData()"
|
||
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceSection.systemData()"
|
||
|
name: "systemData()"
|
||
|
nameWithType: "InvoiceSection.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.billing.models.InvoiceSection.tags()"
|
||
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceSection.tags()"
|
||
|
name: "tags()"
|
||
|
nameWithType: "InvoiceSection.tags()"
|
||
|
summary: "Gets the tags property: Dictionary of metadata associated with the resource."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract Map<String,String> tags()"
|
||
|
desc: "Gets the tags property: Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\\\ ? /."
|
||
|
returns:
|
||
|
description: "the tags value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<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>>"
|
||
|
- uid: "com.azure.resourcemanager.billing.models.InvoiceSection.type()"
|
||
|
fullName: "com.azure.resourcemanager.billing.models.InvoiceSection.type()"
|
||
|
name: "type()"
|
||
|
nameWithType: "InvoiceSection.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 InvoiceSection."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.billing.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0
|