Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + const CertificateFormatCer + const CertificateFormatPfx + type AvailabilityResponse struct + Reason string + Result bool + Xmlns string + type CertificateFile struct + CertificateFormat CertificateFormat + Data string + Password string + Xmlns string + type CertificateFormat string + type CreateHostedServiceParameters struct + Description string + Label string + Location string + ReverseDNSFqdn string + ServiceName string + XMLName xml.Name + type HostedService struct + AffinityGroup string + DefaultWinRmCertificateThumbprint string + Description string + Label string + LabelBase64 string + Location string + ReverseDNSFqdn string + ServiceName string + Status string + URL string + type HostedServiceClient struct + func NewClient(client management.Client) HostedServiceClient + func (h HostedServiceClient) AddCertificate(dnsName string, certData []byte, certificateFormat CertificateFormat, ...) (management.OperationID, error) + func (h HostedServiceClient) CheckHostedServiceNameAvailability(dnsName string) (AvailabilityResponse, error) + func (h HostedServiceClient) CreateHostedService(params CreateHostedServiceParameters) error + func (h HostedServiceClient) DeleteHostedService(dnsName string, deleteDisksAndBlobs bool) (management.OperationID, error) + func (h HostedServiceClient) GetHostedService(name string) (HostedService, error) + func (h HostedServiceClient) ListHostedServices() (ListHostedServicesResponse, error) + type ListHostedServicesResponse struct + HostedServices []HostedService Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go