Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type TenantConfigurationGetSyncStateOperationResponse struct + HttpResponse *http.Response + Model *TenantConfigurationSyncStateContract + OData *odata.OData + type TenantConfigurationSyncStateClient struct + Client *resourcemanager.Client + func NewTenantConfigurationSyncStateClientWithBaseURI(sdkApi sdkEnv.Api) (*TenantConfigurationSyncStateClient, error) + func (c TenantConfigurationSyncStateClient) TenantConfigurationGetSyncState(ctx context.Context, id ServiceId) (result TenantConfigurationGetSyncStateOperationResponse, err error) + type TenantConfigurationSyncStateContract struct + Id *string + Name *string + Properties *TenantConfigurationSyncStateContractProperties + Type *string + type TenantConfigurationSyncStateContractProperties struct + Branch *string + CommitId *string + ConfigurationChangeDate *string + IsExport *bool + IsGitEnabled *bool + IsSynced *bool + LastOperationId *string + SyncDate *string + func (o *TenantConfigurationSyncStateContractProperties) GetConfigurationChangeDateAsTime() (*time.Time, error) + func (o *TenantConfigurationSyncStateContractProperties) GetSyncDateAsTime() (*time.Time, error) + func (o *TenantConfigurationSyncStateContractProperties) SetConfigurationChangeDateAsTime(input time.Time) + func (o *TenantConfigurationSyncStateContractProperties) SetSyncDateAsTime(input time.Time)