Versions in this module Expand all Collapse all v2 v2.11.0 Nov 12, 2024 Changes in this version + const APIVersion_Value + const SystemData_CreatedByType_STATUS_Application + const SystemData_CreatedByType_STATUS_Key + const SystemData_CreatedByType_STATUS_ManagedIdentity + const SystemData_CreatedByType_STATUS_User + const SystemData_LastModifiedByType_STATUS_Application + const SystemData_LastModifiedByType_STATUS_Key + const SystemData_LastModifiedByType_STATUS_ManagedIdentity + const SystemData_LastModifiedByType_STATUS_User + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type APIVersion string + type DiagnosticSetting struct + Spec DiagnosticSetting_Spec + Status DiagnosticSetting_STATUS + func (in *DiagnosticSetting) DeepCopy() *DiagnosticSetting + func (in *DiagnosticSetting) DeepCopyInto(out *DiagnosticSetting) + func (in *DiagnosticSetting) DeepCopyObject() runtime.Object + func (setting *DiagnosticSetting) AssignProperties_From_DiagnosticSetting(source *storage.DiagnosticSetting) error + func (setting *DiagnosticSetting) AssignProperties_To_DiagnosticSetting(destination *storage.DiagnosticSetting) error + func (setting *DiagnosticSetting) AzureName() string + func (setting *DiagnosticSetting) ConfigMapDestinationExpressions() []*core.DestinationExpression + func (setting *DiagnosticSetting) ConvertFrom(hub conversion.Hub) error + func (setting *DiagnosticSetting) ConvertTo(hub conversion.Hub) error + func (setting *DiagnosticSetting) Default() + func (setting *DiagnosticSetting) GetConditions() conditions.Conditions + func (setting *DiagnosticSetting) GetResourceScope() genruntime.ResourceScope + func (setting *DiagnosticSetting) GetSpec() genruntime.ConvertibleSpec + func (setting *DiagnosticSetting) GetStatus() genruntime.ConvertibleStatus + func (setting *DiagnosticSetting) GetSupportedOperations() []genruntime.ResourceOperation + func (setting *DiagnosticSetting) GetType() string + func (setting *DiagnosticSetting) InitializeSpec(status genruntime.ConvertibleStatus) error + func (setting *DiagnosticSetting) NewEmptyStatus() genruntime.ConvertibleStatus + func (setting *DiagnosticSetting) OriginalGVK() *schema.GroupVersionKind + func (setting *DiagnosticSetting) Owner() *genruntime.ResourceReference + func (setting *DiagnosticSetting) SecretDestinationExpressions() []*core.DestinationExpression + func (setting *DiagnosticSetting) SetConditions(conditions conditions.Conditions) + func (setting *DiagnosticSetting) SetStatus(status genruntime.ConvertibleStatus) error + func (setting *DiagnosticSetting) ValidateCreate() (admission.Warnings, error) + func (setting *DiagnosticSetting) ValidateDelete() (admission.Warnings, error) + func (setting *DiagnosticSetting) ValidateUpdate(old runtime.Object) (admission.Warnings, error) + func (setting DiagnosticSetting) GetAPIVersion() string + type DiagnosticSettingList struct + Items []DiagnosticSetting + func (in *DiagnosticSettingList) DeepCopy() *DiagnosticSettingList + func (in *DiagnosticSettingList) DeepCopyInto(out *DiagnosticSettingList) + func (in *DiagnosticSettingList) DeepCopyObject() runtime.Object + type DiagnosticSettingOperatorSpec struct + ConfigMapExpressions []*core.DestinationExpression + SecretExpressions []*core.DestinationExpression + func (in *DiagnosticSettingOperatorSpec) DeepCopy() *DiagnosticSettingOperatorSpec + func (in *DiagnosticSettingOperatorSpec) DeepCopyInto(out *DiagnosticSettingOperatorSpec) + func (operator *DiagnosticSettingOperatorSpec) AssignProperties_From_DiagnosticSettingOperatorSpec(source *storage.DiagnosticSettingOperatorSpec) error + func (operator *DiagnosticSettingOperatorSpec) AssignProperties_To_DiagnosticSettingOperatorSpec(destination *storage.DiagnosticSettingOperatorSpec) error + type DiagnosticSetting_STATUS struct + Conditions []conditions.Condition + EventHubAuthorizationRuleId *string + EventHubName *string + Id *string + LogAnalyticsDestinationType *string + Logs []LogSettings_STATUS + MarketplacePartnerId *string + Metrics []MetricSettings_STATUS + Name *string + ServiceBusRuleId *string + StorageAccountId *string + SystemData *SystemData_STATUS + Type *string + WorkspaceId *string + func (in *DiagnosticSetting_STATUS) DeepCopy() *DiagnosticSetting_STATUS + func (in *DiagnosticSetting_STATUS) DeepCopyInto(out *DiagnosticSetting_STATUS) + func (setting *DiagnosticSetting_STATUS) AssignProperties_From_DiagnosticSetting_STATUS(source *storage.DiagnosticSetting_STATUS) error + func (setting *DiagnosticSetting_STATUS) AssignProperties_To_DiagnosticSetting_STATUS(destination *storage.DiagnosticSetting_STATUS) error + func (setting *DiagnosticSetting_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (setting *DiagnosticSetting_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + func (setting *DiagnosticSetting_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (setting *DiagnosticSetting_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type DiagnosticSetting_Spec struct + AzureName string + EventHubAuthorizationRuleReference *genruntime.ResourceReference + EventHubName *string + LogAnalyticsDestinationType *string + Logs []LogSettings + MarketplacePartnerReference *genruntime.ResourceReference + Metrics []MetricSettings + OperatorSpec *DiagnosticSettingOperatorSpec + Owner *genruntime.ArbitraryOwnerReference + ServiceBusRuleId *string + StorageAccountReference *genruntime.ResourceReference + WorkspaceReference *genruntime.ResourceReference + func (in *DiagnosticSetting_Spec) DeepCopy() *DiagnosticSetting_Spec + func (in *DiagnosticSetting_Spec) DeepCopyInto(out *DiagnosticSetting_Spec) + func (setting *DiagnosticSetting_Spec) AssignProperties_From_DiagnosticSetting_Spec(source *storage.DiagnosticSetting_Spec) error + func (setting *DiagnosticSetting_Spec) AssignProperties_To_DiagnosticSetting_Spec(destination *storage.DiagnosticSetting_Spec) error + func (setting *DiagnosticSetting_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (setting *DiagnosticSetting_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + func (setting *DiagnosticSetting_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (setting *DiagnosticSetting_Spec) Initialize_From_DiagnosticSetting_STATUS(source *DiagnosticSetting_STATUS) error + func (setting *DiagnosticSetting_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus + func (setting *DiagnosticSetting_Spec) OriginalVersion() string + func (setting *DiagnosticSetting_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (setting *DiagnosticSetting_Spec) SetAzureName(azureName string) + type LogSettings struct + Category *string + CategoryGroup *string + Enabled *bool + RetentionPolicy *RetentionPolicy + func (in *LogSettings) DeepCopy() *LogSettings + func (in *LogSettings) DeepCopyInto(out *LogSettings) + func (settings *LogSettings) AssignProperties_From_LogSettings(source *storage.LogSettings) error + func (settings *LogSettings) AssignProperties_To_LogSettings(destination *storage.LogSettings) error + func (settings *LogSettings) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (settings *LogSettings) Initialize_From_LogSettings_STATUS(source *LogSettings_STATUS) error + func (settings *LogSettings) NewEmptyARMValue() genruntime.ARMResourceStatus + func (settings *LogSettings) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type LogSettings_STATUS struct + Category *string + CategoryGroup *string + Enabled *bool + RetentionPolicy *RetentionPolicy_STATUS + func (in *LogSettings_STATUS) DeepCopy() *LogSettings_STATUS + func (in *LogSettings_STATUS) DeepCopyInto(out *LogSettings_STATUS) + func (settings *LogSettings_STATUS) AssignProperties_From_LogSettings_STATUS(source *storage.LogSettings_STATUS) error + func (settings *LogSettings_STATUS) AssignProperties_To_LogSettings_STATUS(destination *storage.LogSettings_STATUS) error + func (settings *LogSettings_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (settings *LogSettings_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type MetricSettings struct + Category *string + Enabled *bool + RetentionPolicy *RetentionPolicy + TimeGrain *string + func (in *MetricSettings) DeepCopy() *MetricSettings + func (in *MetricSettings) DeepCopyInto(out *MetricSettings) + func (settings *MetricSettings) AssignProperties_From_MetricSettings(source *storage.MetricSettings) error + func (settings *MetricSettings) AssignProperties_To_MetricSettings(destination *storage.MetricSettings) error + func (settings *MetricSettings) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (settings *MetricSettings) Initialize_From_MetricSettings_STATUS(source *MetricSettings_STATUS) error + func (settings *MetricSettings) NewEmptyARMValue() genruntime.ARMResourceStatus + func (settings *MetricSettings) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type MetricSettings_STATUS struct + Category *string + Enabled *bool + RetentionPolicy *RetentionPolicy_STATUS + TimeGrain *string + func (in *MetricSettings_STATUS) DeepCopy() *MetricSettings_STATUS + func (in *MetricSettings_STATUS) DeepCopyInto(out *MetricSettings_STATUS) + func (settings *MetricSettings_STATUS) AssignProperties_From_MetricSettings_STATUS(source *storage.MetricSettings_STATUS) error + func (settings *MetricSettings_STATUS) AssignProperties_To_MetricSettings_STATUS(destination *storage.MetricSettings_STATUS) error + func (settings *MetricSettings_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (settings *MetricSettings_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type RetentionPolicy struct + Days *int + Enabled *bool + func (in *RetentionPolicy) DeepCopy() *RetentionPolicy + func (in *RetentionPolicy) DeepCopyInto(out *RetentionPolicy) + func (policy *RetentionPolicy) AssignProperties_From_RetentionPolicy(source *storage.RetentionPolicy) error + func (policy *RetentionPolicy) AssignProperties_To_RetentionPolicy(destination *storage.RetentionPolicy) error + func (policy *RetentionPolicy) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (policy *RetentionPolicy) Initialize_From_RetentionPolicy_STATUS(source *RetentionPolicy_STATUS) error + func (policy *RetentionPolicy) NewEmptyARMValue() genruntime.ARMResourceStatus + func (policy *RetentionPolicy) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type RetentionPolicy_STATUS struct + Days *int + Enabled *bool + func (in *RetentionPolicy_STATUS) DeepCopy() *RetentionPolicy_STATUS + func (in *RetentionPolicy_STATUS) DeepCopyInto(out *RetentionPolicy_STATUS) + func (policy *RetentionPolicy_STATUS) AssignProperties_From_RetentionPolicy_STATUS(source *storage.RetentionPolicy_STATUS) error + func (policy *RetentionPolicy_STATUS) AssignProperties_To_RetentionPolicy_STATUS(destination *storage.RetentionPolicy_STATUS) error + func (policy *RetentionPolicy_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (policy *RetentionPolicy_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type SystemData_CreatedByType_STATUS string + type SystemData_LastModifiedByType_STATUS string + type SystemData_STATUS struct + CreatedAt *string + CreatedBy *string + CreatedByType *SystemData_CreatedByType_STATUS + LastModifiedAt *string + LastModifiedBy *string + LastModifiedByType *SystemData_LastModifiedByType_STATUS + func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *storage.SystemData_STATUS) error + func (data *SystemData_STATUS) AssignProperties_To_SystemData_STATUS(destination *storage.SystemData_STATUS) error + func (data *SystemData_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (data *SystemData_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS + func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)