Uses of Class
com.azure.resourcemanager.appservice.models.CertificateOrderContact
-
Packages that use CertificateOrderContact Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of CertificateOrderContact in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificateOrderContact Modifier and Type Method Description CertificateOrderContactAppServiceCertificateOrderInner. contact()Get the contact property: Contact info.CertificateOrderContactAppServiceCertificateOrderPatchResourceProperties. contact()Get the contact property: Contact info.CertificateOrderContactAppServiceCertificateOrderProperties. contact()Get the contact property: Contact info. -
Uses of CertificateOrderContact in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CertificateOrderContact Modifier and Type Method Description CertificateOrderContactAppServiceCertificateOrderPatchResource. contact()Get the contact property: Contact info.CertificateOrderContactCertificateOrderContact. withEmail(String email)Set the email property: The email property.CertificateOrderContactCertificateOrderContact. withNameFirst(String nameFirst)Set the nameFirst property: The nameFirst property.CertificateOrderContactCertificateOrderContact. withNameLast(String nameLast)Set the nameLast property: The nameLast property.CertificateOrderContactCertificateOrderContact. withPhone(String phone)Set the phone property: The phone property.
-