109 строки
8.3 KiB
YAML
109 строки
8.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract"
|
|
name: "EmailTemplateContract"
|
|
nameWithType: "EmailTemplateContract"
|
|
summary: "Type representing Email<wbr>Template<wbr>Contract."
|
|
syntax: "public interface **EmailTemplateContract**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.EmailTemplateContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.EmailTemplateContractInner&text=EmailTemplateContractInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.Update?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager&text=ApiManagementManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.body()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.body()"
|
|
name: "body()"
|
|
nameWithType: "EmailTemplateContract.body()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String body()"
|
|
returns:
|
|
description: "the body value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.description()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.description()"
|
|
name: "description()"
|
|
nameWithType: "EmailTemplateContract.description()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String description()"
|
|
returns:
|
|
description: "the description value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.id()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.id()"
|
|
name: "id()"
|
|
nameWithType: "EmailTemplateContract.id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
returns:
|
|
description: "the id value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.isDefault()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.isDefault()"
|
|
name: "isDefault()"
|
|
nameWithType: "EmailTemplateContract.isDefault()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Boolean isDefault()"
|
|
returns:
|
|
description: "the isDefault value."
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.name()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.name()"
|
|
name: "name()"
|
|
nameWithType: "EmailTemplateContract.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
returns:
|
|
description: "the name value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.parameters()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.parameters()"
|
|
name: "parameters()"
|
|
nameWithType: "EmailTemplateContract.parameters()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<EmailTemplateParametersContractProperties> parameters()"
|
|
returns:
|
|
description: "the parameters value."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateParametersContractProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateParametersContractProperties&text=EmailTemplateParametersContractProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.subject()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.subject()"
|
|
name: "subject()"
|
|
nameWithType: "EmailTemplateContract.subject()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String subject()"
|
|
returns:
|
|
description: "the subject value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.title()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.title()"
|
|
name: "title()"
|
|
nameWithType: "EmailTemplateContract.title()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String title()"
|
|
returns:
|
|
description: "the title value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.type()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.type()"
|
|
name: "type()"
|
|
nameWithType: "EmailTemplateContract.type()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Type representing EmailTemplateContract."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.EmailTemplateContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.EmailTemplateContractInner&text=EmailTemplateContractInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.Update?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.EmailTemplateContract.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager&text=ApiManagementManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
|
|
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1
|