Documentation ¶
Index ¶
- type CreateServiceConfigurationRecordOperationOptions
- type CreateServiceConfigurationRecordOperationResponse
- type DeleteServiceConfigurationRecordOperationOptions
- type DeleteServiceConfigurationRecordOperationResponse
- type DomainDnsRecordOperationPredicate
- type GetServiceConfigurationRecordOperationOptions
- type GetServiceConfigurationRecordOperationResponse
- type GetServiceConfigurationRecordsCountOperationOptions
- type GetServiceConfigurationRecordsCountOperationResponse
- type ListServiceConfigurationRecordsCompleteResult
- type ListServiceConfigurationRecordsCustomPager
- type ListServiceConfigurationRecordsOperationOptions
- type ListServiceConfigurationRecordsOperationResponse
- type ServiceConfigurationRecordClient
- func (c ServiceConfigurationRecordClient) CreateServiceConfigurationRecord(ctx context.Context, id beta.DomainId, input beta.DomainDnsRecord, ...) (result CreateServiceConfigurationRecordOperationResponse, err error)
- func (c ServiceConfigurationRecordClient) DeleteServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, ...) (result DeleteServiceConfigurationRecordOperationResponse, err error)
- func (c ServiceConfigurationRecordClient) GetServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, ...) (result GetServiceConfigurationRecordOperationResponse, err error)
- func (c ServiceConfigurationRecordClient) GetServiceConfigurationRecordsCount(ctx context.Context, id beta.DomainId, ...) (result GetServiceConfigurationRecordsCountOperationResponse, err error)
- func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecords(ctx context.Context, id beta.DomainId, ...) (result ListServiceConfigurationRecordsOperationResponse, err error)
- func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecordsComplete(ctx context.Context, id beta.DomainId, ...) (ListServiceConfigurationRecordsCompleteResult, error)
- func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecordsCompleteMatchingPredicate(ctx context.Context, id beta.DomainId, ...) (result ListServiceConfigurationRecordsCompleteResult, err error)
- func (c ServiceConfigurationRecordClient) UpdateServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, ...) (result UpdateServiceConfigurationRecordOperationResponse, err error)
- type UpdateServiceConfigurationRecordOperationOptions
- type UpdateServiceConfigurationRecordOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateServiceConfigurationRecordOperationOptions ¶
type CreateServiceConfigurationRecordOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateServiceConfigurationRecordOperationOptions ¶
func DefaultCreateServiceConfigurationRecordOperationOptions() CreateServiceConfigurationRecordOperationOptions
func (CreateServiceConfigurationRecordOperationOptions) ToHeaders ¶
func (o CreateServiceConfigurationRecordOperationOptions) ToHeaders() *client.Headers
func (CreateServiceConfigurationRecordOperationOptions) ToOData ¶
func (o CreateServiceConfigurationRecordOperationOptions) ToOData() *odata.Query
func (CreateServiceConfigurationRecordOperationOptions) ToQuery ¶
func (o CreateServiceConfigurationRecordOperationOptions) ToQuery() *client.QueryParams
type DeleteServiceConfigurationRecordOperationOptions ¶
type DeleteServiceConfigurationRecordOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteServiceConfigurationRecordOperationOptions ¶
func DefaultDeleteServiceConfigurationRecordOperationOptions() DeleteServiceConfigurationRecordOperationOptions
func (DeleteServiceConfigurationRecordOperationOptions) ToHeaders ¶
func (o DeleteServiceConfigurationRecordOperationOptions) ToHeaders() *client.Headers
func (DeleteServiceConfigurationRecordOperationOptions) ToOData ¶
func (o DeleteServiceConfigurationRecordOperationOptions) ToOData() *odata.Query
func (DeleteServiceConfigurationRecordOperationOptions) ToQuery ¶
func (o DeleteServiceConfigurationRecordOperationOptions) ToQuery() *client.QueryParams
type DomainDnsRecordOperationPredicate ¶
type DomainDnsRecordOperationPredicate struct { }
func (DomainDnsRecordOperationPredicate) Matches ¶
func (p DomainDnsRecordOperationPredicate) Matches(input beta.DomainDnsRecord) bool
type GetServiceConfigurationRecordOperationOptions ¶
type GetServiceConfigurationRecordOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetServiceConfigurationRecordOperationOptions ¶
func DefaultGetServiceConfigurationRecordOperationOptions() GetServiceConfigurationRecordOperationOptions
func (GetServiceConfigurationRecordOperationOptions) ToHeaders ¶
func (o GetServiceConfigurationRecordOperationOptions) ToHeaders() *client.Headers
func (GetServiceConfigurationRecordOperationOptions) ToOData ¶
func (o GetServiceConfigurationRecordOperationOptions) ToOData() *odata.Query
func (GetServiceConfigurationRecordOperationOptions) ToQuery ¶
func (o GetServiceConfigurationRecordOperationOptions) ToQuery() *client.QueryParams
type GetServiceConfigurationRecordsCountOperationOptions ¶
type GetServiceConfigurationRecordsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetServiceConfigurationRecordsCountOperationOptions ¶
func DefaultGetServiceConfigurationRecordsCountOperationOptions() GetServiceConfigurationRecordsCountOperationOptions
func (GetServiceConfigurationRecordsCountOperationOptions) ToHeaders ¶
func (o GetServiceConfigurationRecordsCountOperationOptions) ToHeaders() *client.Headers
func (GetServiceConfigurationRecordsCountOperationOptions) ToOData ¶
func (o GetServiceConfigurationRecordsCountOperationOptions) ToOData() *odata.Query
func (GetServiceConfigurationRecordsCountOperationOptions) ToQuery ¶
func (o GetServiceConfigurationRecordsCountOperationOptions) ToQuery() *client.QueryParams
type ListServiceConfigurationRecordsCompleteResult ¶
type ListServiceConfigurationRecordsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DomainDnsRecord }
type ListServiceConfigurationRecordsCustomPager ¶
type ListServiceConfigurationRecordsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListServiceConfigurationRecordsCustomPager) NextPageLink ¶
func (p *ListServiceConfigurationRecordsCustomPager) NextPageLink() *odata.Link
type ListServiceConfigurationRecordsOperationOptions ¶
type ListServiceConfigurationRecordsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListServiceConfigurationRecordsOperationOptions ¶
func DefaultListServiceConfigurationRecordsOperationOptions() ListServiceConfigurationRecordsOperationOptions
func (ListServiceConfigurationRecordsOperationOptions) ToHeaders ¶
func (o ListServiceConfigurationRecordsOperationOptions) ToHeaders() *client.Headers
func (ListServiceConfigurationRecordsOperationOptions) ToOData ¶
func (o ListServiceConfigurationRecordsOperationOptions) ToOData() *odata.Query
func (ListServiceConfigurationRecordsOperationOptions) ToQuery ¶
func (o ListServiceConfigurationRecordsOperationOptions) ToQuery() *client.QueryParams
type ServiceConfigurationRecordClient ¶
func NewServiceConfigurationRecordClientWithBaseURI ¶
func NewServiceConfigurationRecordClientWithBaseURI(sdkApi sdkEnv.Api) (*ServiceConfigurationRecordClient, error)
func (ServiceConfigurationRecordClient) CreateServiceConfigurationRecord ¶
func (c ServiceConfigurationRecordClient) CreateServiceConfigurationRecord(ctx context.Context, id beta.DomainId, input beta.DomainDnsRecord, options CreateServiceConfigurationRecordOperationOptions) (result CreateServiceConfigurationRecordOperationResponse, err error)
CreateServiceConfigurationRecord - Create new navigation property to serviceConfigurationRecords for domains
func (ServiceConfigurationRecordClient) DeleteServiceConfigurationRecord ¶
func (c ServiceConfigurationRecordClient) DeleteServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, options DeleteServiceConfigurationRecordOperationOptions) (result DeleteServiceConfigurationRecordOperationResponse, err error)
DeleteServiceConfigurationRecord - Delete navigation property serviceConfigurationRecords for domains
func (ServiceConfigurationRecordClient) GetServiceConfigurationRecord ¶
func (c ServiceConfigurationRecordClient) GetServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, options GetServiceConfigurationRecordOperationOptions) (result GetServiceConfigurationRecordOperationResponse, err error)
GetServiceConfigurationRecord - Get serviceConfigurationRecords from domains. DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.
func (ServiceConfigurationRecordClient) GetServiceConfigurationRecordsCount ¶
func (c ServiceConfigurationRecordClient) GetServiceConfigurationRecordsCount(ctx context.Context, id beta.DomainId, options GetServiceConfigurationRecordsCountOperationOptions) (result GetServiceConfigurationRecordsCountOperationResponse, err error)
GetServiceConfigurationRecordsCount - Get the number of the resource
func (ServiceConfigurationRecordClient) ListServiceConfigurationRecords ¶
func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecords(ctx context.Context, id beta.DomainId, options ListServiceConfigurationRecordsOperationOptions) (result ListServiceConfigurationRecordsOperationResponse, err error)
ListServiceConfigurationRecords - List serviceConfigurationRecords. Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration.
func (ServiceConfigurationRecordClient) ListServiceConfigurationRecordsComplete ¶
func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecordsComplete(ctx context.Context, id beta.DomainId, options ListServiceConfigurationRecordsOperationOptions) (ListServiceConfigurationRecordsCompleteResult, error)
ListServiceConfigurationRecordsComplete retrieves all the results into a single object
func (ServiceConfigurationRecordClient) ListServiceConfigurationRecordsCompleteMatchingPredicate ¶
func (c ServiceConfigurationRecordClient) ListServiceConfigurationRecordsCompleteMatchingPredicate(ctx context.Context, id beta.DomainId, options ListServiceConfigurationRecordsOperationOptions, predicate DomainDnsRecordOperationPredicate) (result ListServiceConfigurationRecordsCompleteResult, err error)
ListServiceConfigurationRecordsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ServiceConfigurationRecordClient) UpdateServiceConfigurationRecord ¶
func (c ServiceConfigurationRecordClient) UpdateServiceConfigurationRecord(ctx context.Context, id beta.DomainIdServiceConfigurationRecordId, input beta.DomainDnsRecord, options UpdateServiceConfigurationRecordOperationOptions) (result UpdateServiceConfigurationRecordOperationResponse, err error)
UpdateServiceConfigurationRecord - Update the navigation property serviceConfigurationRecords in domains
type UpdateServiceConfigurationRecordOperationOptions ¶
type UpdateServiceConfigurationRecordOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateServiceConfigurationRecordOperationOptions ¶
func DefaultUpdateServiceConfigurationRecordOperationOptions() UpdateServiceConfigurationRecordOperationOptions
func (UpdateServiceConfigurationRecordOperationOptions) ToHeaders ¶
func (o UpdateServiceConfigurationRecordOperationOptions) ToHeaders() *client.Headers
func (UpdateServiceConfigurationRecordOperationOptions) ToOData ¶
func (o UpdateServiceConfigurationRecordOperationOptions) ToOData() *odata.Query
func (UpdateServiceConfigurationRecordOperationOptions) ToQuery ¶
func (o UpdateServiceConfigurationRecordOperationOptions) ToQuery() *client.QueryParams