252 строки
19 KiB
YAML
252 строки
19 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile"
|
|
name: "ContactProfile"
|
|
nameWithType: "ContactProfile"
|
|
summary: "Contact information associated with the support ticket."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **ContactProfile**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.ContactProfile()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.ContactProfile()"
|
|
name: "ContactProfile()"
|
|
nameWithType: "ContactProfile.ContactProfile()"
|
|
syntax: "public ContactProfile()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.additionalEmailAddresses()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.additionalEmailAddresses()"
|
|
name: "additionalEmailAddresses()"
|
|
nameWithType: "ContactProfile.additionalEmailAddresses()"
|
|
summary: "Get additional email addresses listed will be copied on any correspondence about the support ticket."
|
|
syntax: "public List<String> additionalEmailAddresses()"
|
|
desc: "Get additional email addresses listed will be copied on any correspondence about the support ticket."
|
|
returns:
|
|
description: "the additionalEmailAddresses value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.country()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.country()"
|
|
name: "country()"
|
|
nameWithType: "ContactProfile.country()"
|
|
summary: "Get country of the user."
|
|
syntax: "public String country()"
|
|
desc: "Get country of the user. This is the ISO 3166-1 alpha-3 code."
|
|
returns:
|
|
description: "the country value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.firstName()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.firstName()"
|
|
name: "firstName()"
|
|
nameWithType: "ContactProfile.firstName()"
|
|
summary: "Get first name."
|
|
syntax: "public String firstName()"
|
|
desc: "Get first name."
|
|
returns:
|
|
description: "the firstName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.lastName()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.lastName()"
|
|
name: "lastName()"
|
|
nameWithType: "ContactProfile.lastName()"
|
|
summary: "Get last name."
|
|
syntax: "public String lastName()"
|
|
desc: "Get last name."
|
|
returns:
|
|
description: "the lastName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.phoneNumber()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.phoneNumber()"
|
|
name: "phoneNumber()"
|
|
nameWithType: "ContactProfile.phoneNumber()"
|
|
summary: "Get phone number."
|
|
syntax: "public String phoneNumber()"
|
|
desc: "Get phone number. This is required if preferred contact method is phone."
|
|
returns:
|
|
description: "the phoneNumber value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.preferredContactMethod()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.preferredContactMethod()"
|
|
name: "preferredContactMethod()"
|
|
nameWithType: "ContactProfile.preferredContactMethod()"
|
|
summary: "Get preferred contact method."
|
|
syntax: "public PreferredContactMethod preferredContactMethod()"
|
|
desc: "Get preferred contact method. Possible values include: 'email', 'phone'."
|
|
returns:
|
|
description: "the preferredContactMethod value"
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.PreferredContactMethod?alt=com.microsoft.azure.management.support.v2020_04_01.PreferredContactMethod&text=PreferredContactMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.preferredSupportLanguage()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.preferredSupportLanguage()"
|
|
name: "preferredSupportLanguage()"
|
|
nameWithType: "ContactProfile.preferredSupportLanguage()"
|
|
summary: "Get preferred language of support from Azure."
|
|
syntax: "public String preferredSupportLanguage()"
|
|
desc: "Get preferred language of support from Azure. Support languages vary based on the severity you choose for your support ticket. Learn more at \\[Azure Severity and responsiveness\\](https://azure.microsoft.com/support/plans/response). Use the standard language-country code. Valid values are 'en-us' for English, 'zh-hans' for Chinese, 'es-es' for Spanish, 'fr-fr' for French, 'ja-jp' for Japanese, 'ko-kr' for Korean, 'ru-ru' for Russian, 'pt-br' for Portuguese, 'it-it' for Italian, 'zh-tw' for Chinese and 'de-de' for German."
|
|
returns:
|
|
description: "the preferredSupportLanguage value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.preferredTimeZone()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.preferredTimeZone()"
|
|
name: "preferredTimeZone()"
|
|
nameWithType: "ContactProfile.preferredTimeZone()"
|
|
summary: "Get time zone of the user."
|
|
syntax: "public String preferredTimeZone()"
|
|
desc: "Get time zone of the user. This is the name of the time zone from \\[Microsoft Time Zone Index Values\\](https://support.microsoft.com/help/973627/microsoft-time-zone-index-values)."
|
|
returns:
|
|
description: "the preferredTimeZone value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.primaryEmailAddress()"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.primaryEmailAddress()"
|
|
name: "primaryEmailAddress()"
|
|
nameWithType: "ContactProfile.primaryEmailAddress()"
|
|
summary: "Get primary email address."
|
|
syntax: "public String primaryEmailAddress()"
|
|
desc: "Get primary email address."
|
|
returns:
|
|
description: "the primaryEmailAddress value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withAdditionalEmailAddresses(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withAdditionalEmailAddresses(List<String> additionalEmailAddresses)"
|
|
name: "withAdditionalEmailAddresses(List<String> additionalEmailAddresses)"
|
|
nameWithType: "ContactProfile.withAdditionalEmailAddresses(List<String> additionalEmailAddresses)"
|
|
summary: "Set additional email addresses listed will be copied on any correspondence about the support ticket."
|
|
parameters:
|
|
- description: "the additionalEmailAddresses value to set"
|
|
name: "additionalEmailAddresses"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ContactProfile withAdditionalEmailAddresses(List<String> additionalEmailAddresses)"
|
|
desc: "Set additional email addresses listed will be copied on any correspondence about the support ticket."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withCountry(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withCountry(String country)"
|
|
name: "withCountry(String country)"
|
|
nameWithType: "ContactProfile.withCountry(String country)"
|
|
summary: "Set country of the user."
|
|
parameters:
|
|
- description: "the country value to set"
|
|
name: "country"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContactProfile withCountry(String country)"
|
|
desc: "Set country of the user. This is the ISO 3166-1 alpha-3 code."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withFirstName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withFirstName(String firstName)"
|
|
name: "withFirstName(String firstName)"
|
|
nameWithType: "ContactProfile.withFirstName(String firstName)"
|
|
summary: "Set first name."
|
|
parameters:
|
|
- description: "the firstName value to set"
|
|
name: "firstName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContactProfile withFirstName(String firstName)"
|
|
desc: "Set first name."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withLastName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withLastName(String lastName)"
|
|
name: "withLastName(String lastName)"
|
|
nameWithType: "ContactProfile.withLastName(String lastName)"
|
|
summary: "Set last name."
|
|
parameters:
|
|
- description: "the lastName value to set"
|
|
name: "lastName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContactProfile withLastName(String lastName)"
|
|
desc: "Set last name."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPhoneNumber(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPhoneNumber(String phoneNumber)"
|
|
name: "withPhoneNumber(String phoneNumber)"
|
|
nameWithType: "ContactProfile.withPhoneNumber(String phoneNumber)"
|
|
summary: "Set phone number."
|
|
parameters:
|
|
- description: "the phoneNumber value to set"
|
|
name: "phoneNumber"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContactProfile withPhoneNumber(String phoneNumber)"
|
|
desc: "Set phone number. This is required if preferred contact method is phone."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPreferredContactMethod(com.microsoft.azure.management.support.v2020_04_01.PreferredContactMethod)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPreferredContactMethod(PreferredContactMethod preferredContactMethod)"
|
|
name: "withPreferredContactMethod(PreferredContactMethod preferredContactMethod)"
|
|
nameWithType: "ContactProfile.withPreferredContactMethod(PreferredContactMethod preferredContactMethod)"
|
|
summary: "Set preferred contact method."
|
|
parameters:
|
|
- description: "the preferredContactMethod value to set"
|
|
name: "preferredContactMethod"
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.PreferredContactMethod?alt=com.microsoft.azure.management.support.v2020_04_01.PreferredContactMethod&text=PreferredContactMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContactProfile withPreferredContactMethod(PreferredContactMethod preferredContactMethod)"
|
|
desc: "Set preferred contact method. Possible values include: 'email', 'phone'."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPreferredSupportLanguage(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPreferredSupportLanguage(String preferredSupportLanguage)"
|
|
name: "withPreferredSupportLanguage(String preferredSupportLanguage)"
|
|
nameWithType: "ContactProfile.withPreferredSupportLanguage(String preferredSupportLanguage)"
|
|
summary: "Set preferred language of support from Azure."
|
|
parameters:
|
|
- description: "the preferredSupportLanguage value to set"
|
|
name: "preferredSupportLanguage"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContactProfile withPreferredSupportLanguage(String preferredSupportLanguage)"
|
|
desc: "Set preferred language of support from Azure. Support languages vary based on the severity you choose for your support ticket. Learn more at \\[Azure Severity and responsiveness\\](https://azure.microsoft.com/support/plans/response). Use the standard language-country code. Valid values are 'en-us' for English, 'zh-hans' for Chinese, 'es-es' for Spanish, 'fr-fr' for French, 'ja-jp' for Japanese, 'ko-kr' for Korean, 'ru-ru' for Russian, 'pt-br' for Portuguese, 'it-it' for Italian, 'zh-tw' for Chinese and 'de-de' for German."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPreferredTimeZone(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPreferredTimeZone(String preferredTimeZone)"
|
|
name: "withPreferredTimeZone(String preferredTimeZone)"
|
|
nameWithType: "ContactProfile.withPreferredTimeZone(String preferredTimeZone)"
|
|
summary: "Set time zone of the user."
|
|
parameters:
|
|
- description: "the preferredTimeZone value to set"
|
|
name: "preferredTimeZone"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContactProfile withPreferredTimeZone(String preferredTimeZone)"
|
|
desc: "Set time zone of the user. This is the name of the time zone from \\[Microsoft Time Zone Index Values\\](https://support.microsoft.com/help/973627/microsoft-time-zone-index-values)."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPrimaryEmailAddress(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.support.v2020_04_01.ContactProfile.withPrimaryEmailAddress(String primaryEmailAddress)"
|
|
name: "withPrimaryEmailAddress(String primaryEmailAddress)"
|
|
nameWithType: "ContactProfile.withPrimaryEmailAddress(String primaryEmailAddress)"
|
|
summary: "Set primary email address."
|
|
parameters:
|
|
- description: "the primaryEmailAddress value to set"
|
|
name: "primaryEmailAddress"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContactProfile withPrimaryEmailAddress(String primaryEmailAddress)"
|
|
desc: "Set primary email address."
|
|
returns:
|
|
description: "the ContactProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.ContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Contact information associated with the support ticket."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.support.v2020_04_01"
|
|
artifact: com.microsoft.azure.support.v2020_04_01:azure-mgmt-support:1.0.0
|