storage

package
v2.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Package storage contains API Schema definitions for the datafactory storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=datafactory.azure.com +versionName=v1api20180601storage

Index

Constants

View Source
const APIVersion_Value = APIVersion("2018-06-01")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "datafactory.azure.com", Version: "v1api20180601storage"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type APIVersion

type APIVersion string

Storage version of v1api20180601.APIVersion +kubebuilder:validation:Enum={"2018-06-01"}

type CMKIdentityDefinition

type CMKIdentityDefinition struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`

	// UserAssignedIdentityReference: The resource id of the user assigned identity to authenticate to customer's key vault.
	UserAssignedIdentityReference *genruntime.ResourceReference `armReference:"UserAssignedIdentity" json:"userAssignedIdentityReference,omitempty"`
}

Storage version of v1api20180601.CMKIdentityDefinition Managed Identity used for CMK.

func (*CMKIdentityDefinition) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CMKIdentityDefinition.

func (*CMKIdentityDefinition) DeepCopyInto

func (in *CMKIdentityDefinition) DeepCopyInto(out *CMKIdentityDefinition)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CMKIdentityDefinition_STATUS

type CMKIdentityDefinition_STATUS struct {
	PropertyBag          genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	UserAssignedIdentity *string                `json:"userAssignedIdentity,omitempty"`
}

Storage version of v1api20180601.CMKIdentityDefinition_STATUS Managed Identity used for CMK.

func (*CMKIdentityDefinition_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CMKIdentityDefinition_STATUS.

func (*CMKIdentityDefinition_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EncryptionConfiguration

type EncryptionConfiguration struct {
	Identity     *CMKIdentityDefinition `json:"identity,omitempty"`
	KeyName      *string                `json:"keyName,omitempty"`
	KeyVersion   *string                `json:"keyVersion,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	VaultBaseUrl *string                `json:"vaultBaseUrl,omitempty"`
}

Storage version of v1api20180601.EncryptionConfiguration Definition of CMK for the factory.

func (*EncryptionConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionConfiguration.

func (*EncryptionConfiguration) DeepCopyInto

func (in *EncryptionConfiguration) DeepCopyInto(out *EncryptionConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EncryptionConfiguration_STATUS

type EncryptionConfiguration_STATUS struct {
	Identity     *CMKIdentityDefinition_STATUS `json:"identity,omitempty"`
	KeyName      *string                       `json:"keyName,omitempty"`
	KeyVersion   *string                       `json:"keyVersion,omitempty"`
	PropertyBag  genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	VaultBaseUrl *string                       `json:"vaultBaseUrl,omitempty"`
}

Storage version of v1api20180601.EncryptionConfiguration_STATUS Definition of CMK for the factory.

func (*EncryptionConfiguration_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionConfiguration_STATUS.

func (*EncryptionConfiguration_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Factory

type Factory struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Factory_Spec   `json:"spec,omitempty"`
	Status            Factory_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20180601.Factory Generator information: - Generated from: /datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}

func (*Factory) AzureName

func (factory *Factory) AzureName() string

AzureName returns the Azure name of the resource

func (*Factory) DeepCopy

func (in *Factory) DeepCopy() *Factory

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Factory.

func (*Factory) DeepCopyInto

func (in *Factory) DeepCopyInto(out *Factory)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Factory) DeepCopyObject

func (in *Factory) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (Factory) GetAPIVersion

func (factory Factory) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2018-06-01"

func (*Factory) GetConditions

func (factory *Factory) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Factory) GetResourceScope

func (factory *Factory) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Factory) GetSpec

func (factory *Factory) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Factory) GetStatus

func (factory *Factory) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Factory) GetSupportedOperations

func (factory *Factory) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*Factory) GetType

func (factory *Factory) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DataFactory/factories"

func (*Factory) Hub

func (factory *Factory) Hub()

Hub marks that this Factory is the hub type for conversion

func (*Factory) NewEmptyStatus

func (factory *Factory) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Factory) OriginalGVK

func (factory *Factory) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*Factory) Owner

func (factory *Factory) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Factory) SetConditions

func (factory *Factory) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Factory) SetStatus

func (factory *Factory) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type FactoryGitHubConfiguration

type FactoryGitHubConfiguration struct {
	AccountName         *string                `json:"accountName,omitempty"`
	ClientId            *string                `json:"clientId,omitempty"`
	ClientSecret        *GitHubClientSecret    `json:"clientSecret,omitempty"`
	CollaborationBranch *string                `json:"collaborationBranch,omitempty"`
	DisablePublish      *bool                  `json:"disablePublish,omitempty"`
	HostName            *string                `json:"hostName,omitempty"`
	LastCommitId        *string                `json:"lastCommitId,omitempty"`
	PropertyBag         genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	RepositoryName      *string                `json:"repositoryName,omitempty"`
	RootFolder          *string                `json:"rootFolder,omitempty"`
	Type                *string                `json:"type,omitempty"`
}

Storage version of v1api20180601.FactoryGitHubConfiguration

func (*FactoryGitHubConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryGitHubConfiguration.

func (*FactoryGitHubConfiguration) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FactoryGitHubConfiguration_STATUS

type FactoryGitHubConfiguration_STATUS struct {
	AccountName         *string                    `json:"accountName,omitempty"`
	ClientId            *string                    `json:"clientId,omitempty"`
	ClientSecret        *GitHubClientSecret_STATUS `json:"clientSecret,omitempty"`
	CollaborationBranch *string                    `json:"collaborationBranch,omitempty"`
	DisablePublish      *bool                      `json:"disablePublish,omitempty"`
	HostName            *string                    `json:"hostName,omitempty"`
	LastCommitId        *string                    `json:"lastCommitId,omitempty"`
	PropertyBag         genruntime.PropertyBag     `json:"$propertyBag,omitempty"`
	RepositoryName      *string                    `json:"repositoryName,omitempty"`
	RootFolder          *string                    `json:"rootFolder,omitempty"`
	Type                *string                    `json:"type,omitempty"`
}

Storage version of v1api20180601.FactoryGitHubConfiguration_STATUS

func (*FactoryGitHubConfiguration_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryGitHubConfiguration_STATUS.

func (*FactoryGitHubConfiguration_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FactoryIdentity

type FactoryIdentity struct {
	PropertyBag            genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	Type                   *string                       `json:"type,omitempty"`
	UserAssignedIdentities []UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"`
}

Storage version of v1api20180601.FactoryIdentity Identity properties of the factory resource.

func (*FactoryIdentity) DeepCopy

func (in *FactoryIdentity) DeepCopy() *FactoryIdentity

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryIdentity.

func (*FactoryIdentity) DeepCopyInto

func (in *FactoryIdentity) DeepCopyInto(out *FactoryIdentity)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FactoryIdentity_STATUS

type FactoryIdentity_STATUS struct {
	PrincipalId            *string                `json:"principalId,omitempty"`
	PropertyBag            genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	TenantId               *string                `json:"tenantId,omitempty"`
	Type                   *string                `json:"type,omitempty"`
	UserAssignedIdentities map[string]v1.JSON     `json:"userAssignedIdentities,omitempty"`
}

Storage version of v1api20180601.FactoryIdentity_STATUS Identity properties of the factory resource.

func (*FactoryIdentity_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryIdentity_STATUS.

func (*FactoryIdentity_STATUS) DeepCopyInto

func (in *FactoryIdentity_STATUS) DeepCopyInto(out *FactoryIdentity_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FactoryList

type FactoryList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Factory `json:"items"`
}

+kubebuilder:object:root=true Storage version of v1api20180601.Factory Generator information: - Generated from: /datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}

func (*FactoryList) DeepCopy

func (in *FactoryList) DeepCopy() *FactoryList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryList.

func (*FactoryList) DeepCopyInto

func (in *FactoryList) DeepCopyInto(out *FactoryList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FactoryList) DeepCopyObject

func (in *FactoryList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FactoryRepoConfiguration

type FactoryRepoConfiguration struct {
	FactoryGitHub *FactoryGitHubConfiguration `json:"factoryGitHubConfiguration,omitempty"`
	FactoryVSTS   *FactoryVSTSConfiguration   `json:"factoryVSTSConfiguration,omitempty"`
	PropertyBag   genruntime.PropertyBag      `json:"$propertyBag,omitempty"`
}

Storage version of v1api20180601.FactoryRepoConfiguration

func (*FactoryRepoConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryRepoConfiguration.

func (*FactoryRepoConfiguration) DeepCopyInto

func (in *FactoryRepoConfiguration) DeepCopyInto(out *FactoryRepoConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FactoryRepoConfiguration_STATUS

type FactoryRepoConfiguration_STATUS struct {
	FactoryGitHub *FactoryGitHubConfiguration_STATUS `json:"factoryGitHubConfiguration,omitempty"`
	FactoryVSTS   *FactoryVSTSConfiguration_STATUS   `json:"factoryVSTSConfiguration,omitempty"`
	PropertyBag   genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
}

Storage version of v1api20180601.FactoryRepoConfiguration_STATUS

func (*FactoryRepoConfiguration_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryRepoConfiguration_STATUS.

func (*FactoryRepoConfiguration_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FactoryVSTSConfiguration

type FactoryVSTSConfiguration struct {
	AccountName         *string                `json:"accountName,omitempty"`
	CollaborationBranch *string                `json:"collaborationBranch,omitempty"`
	DisablePublish      *bool                  `json:"disablePublish,omitempty"`
	LastCommitId        *string                `json:"lastCommitId,omitempty"`
	ProjectName         *string                `json:"projectName,omitempty"`
	PropertyBag         genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	RepositoryName      *string                `json:"repositoryName,omitempty"`
	RootFolder          *string                `json:"rootFolder,omitempty"`
	TenantId            *string                `json:"tenantId,omitempty"`
	Type                *string                `json:"type,omitempty"`
}

Storage version of v1api20180601.FactoryVSTSConfiguration

func (*FactoryVSTSConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryVSTSConfiguration.

func (*FactoryVSTSConfiguration) DeepCopyInto

func (in *FactoryVSTSConfiguration) DeepCopyInto(out *FactoryVSTSConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FactoryVSTSConfiguration_STATUS

type FactoryVSTSConfiguration_STATUS struct {
	AccountName         *string                `json:"accountName,omitempty"`
	CollaborationBranch *string                `json:"collaborationBranch,omitempty"`
	DisablePublish      *bool                  `json:"disablePublish,omitempty"`
	LastCommitId        *string                `json:"lastCommitId,omitempty"`
	ProjectName         *string                `json:"projectName,omitempty"`
	PropertyBag         genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	RepositoryName      *string                `json:"repositoryName,omitempty"`
	RootFolder          *string                `json:"rootFolder,omitempty"`
	TenantId            *string                `json:"tenantId,omitempty"`
	Type                *string                `json:"type,omitempty"`
}

Storage version of v1api20180601.FactoryVSTSConfiguration_STATUS

func (*FactoryVSTSConfiguration_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FactoryVSTSConfiguration_STATUS.

func (*FactoryVSTSConfiguration_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Factory_STATUS

type Factory_STATUS struct {
	AdditionalProperties map[string]v1.JSON                             `json:"additionalProperties,omitempty"`
	Conditions           []conditions.Condition                         `json:"conditions,omitempty"`
	CreateTime           *string                                        `json:"createTime,omitempty"`
	ETag                 *string                                        `json:"eTag,omitempty"`
	Encryption           *EncryptionConfiguration_STATUS                `json:"encryption,omitempty"`
	GlobalParameters     map[string]GlobalParameterSpecification_STATUS `json:"globalParameters,omitempty"`
	Id                   *string                                        `json:"id,omitempty"`
	Identity             *FactoryIdentity_STATUS                        `json:"identity,omitempty"`
	Location             *string                                        `json:"location,omitempty"`
	Name                 *string                                        `json:"name,omitempty"`
	PropertyBag          genruntime.PropertyBag                         `json:"$propertyBag,omitempty"`
	ProvisioningState    *string                                        `json:"provisioningState,omitempty"`
	PublicNetworkAccess  *string                                        `json:"publicNetworkAccess,omitempty"`
	PurviewConfiguration *PurviewConfiguration_STATUS                   `json:"purviewConfiguration,omitempty"`
	RepoConfiguration    *FactoryRepoConfiguration_STATUS               `json:"repoConfiguration,omitempty"`
	Tags                 map[string]string                              `json:"tags,omitempty"`
	Type                 *string                                        `json:"type,omitempty"`
	Version              *string                                        `json:"version,omitempty"`
}

Storage version of v1api20180601.Factory_STATUS Factory resource type.

func (*Factory_STATUS) ConvertStatusFrom

func (factory *Factory_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Factory_STATUS from the provided source

func (*Factory_STATUS) ConvertStatusTo

func (factory *Factory_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Factory_STATUS

func (*Factory_STATUS) DeepCopy

func (in *Factory_STATUS) DeepCopy() *Factory_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Factory_STATUS.

func (*Factory_STATUS) DeepCopyInto

func (in *Factory_STATUS) DeepCopyInto(out *Factory_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Factory_Spec

type Factory_Spec struct {
	AdditionalProperties map[string]v1.JSON `json:"additionalProperties,omitempty"`

	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName        string                                  `json:"azureName,omitempty"`
	Encryption       *EncryptionConfiguration                `json:"encryption,omitempty"`
	GlobalParameters map[string]GlobalParameterSpecification `json:"globalParameters,omitempty"`
	Identity         *FactoryIdentity                        `json:"identity,omitempty"`
	Location         *string                                 `json:"location,omitempty"`
	OriginalVersion  string                                  `json:"originalVersion,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner                *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
	PropertyBag          genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	PublicNetworkAccess  *string                            `json:"publicNetworkAccess,omitempty"`
	PurviewConfiguration *PurviewConfiguration              `json:"purviewConfiguration,omitempty"`
	RepoConfiguration    *FactoryRepoConfiguration          `json:"repoConfiguration,omitempty"`
	Tags                 map[string]string                  `json:"tags,omitempty"`
}

Storage version of v1api20180601.Factory_Spec

func (*Factory_Spec) ConvertSpecFrom

func (factory *Factory_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Factory_Spec from the provided source

func (*Factory_Spec) ConvertSpecTo

func (factory *Factory_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Factory_Spec

func (*Factory_Spec) DeepCopy

func (in *Factory_Spec) DeepCopy() *Factory_Spec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Factory_Spec.

func (*Factory_Spec) DeepCopyInto

func (in *Factory_Spec) DeepCopyInto(out *Factory_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GitHubClientSecret

type GitHubClientSecret struct {
	ByoaSecretAkvUrl *string                `json:"byoaSecretAkvUrl,omitempty"`
	ByoaSecretName   *string                `json:"byoaSecretName,omitempty"`
	PropertyBag      genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20180601.GitHubClientSecret Client secret information for factory's bring your own app repository configuration.

func (*GitHubClientSecret) DeepCopy

func (in *GitHubClientSecret) DeepCopy() *GitHubClientSecret

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitHubClientSecret.

func (*GitHubClientSecret) DeepCopyInto

func (in *GitHubClientSecret) DeepCopyInto(out *GitHubClientSecret)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GitHubClientSecret_STATUS

type GitHubClientSecret_STATUS struct {
	ByoaSecretAkvUrl *string                `json:"byoaSecretAkvUrl,omitempty"`
	ByoaSecretName   *string                `json:"byoaSecretName,omitempty"`
	PropertyBag      genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20180601.GitHubClientSecret_STATUS Client secret information for factory's bring your own app repository configuration.

func (*GitHubClientSecret_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitHubClientSecret_STATUS.

func (*GitHubClientSecret_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GlobalParameterSpecification

type GlobalParameterSpecification struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Type        *string                `json:"type,omitempty"`
	Value       map[string]v1.JSON     `json:"value,omitempty"`
}

Storage version of v1api20180601.GlobalParameterSpecification Definition of a single parameter for an entity.

func (*GlobalParameterSpecification) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalParameterSpecification.

func (*GlobalParameterSpecification) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GlobalParameterSpecification_STATUS

type GlobalParameterSpecification_STATUS struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Type        *string                `json:"type,omitempty"`
	Value       map[string]v1.JSON     `json:"value,omitempty"`
}

Storage version of v1api20180601.GlobalParameterSpecification_STATUS Definition of a single parameter for an entity.

func (*GlobalParameterSpecification_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalParameterSpecification_STATUS.

func (*GlobalParameterSpecification_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PurviewConfiguration

type PurviewConfiguration struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`

	// PurviewResourceReference: Purview resource id.
	PurviewResourceReference *genruntime.ResourceReference `armReference:"PurviewResourceId" json:"purviewResourceReference,omitempty"`
}

Storage version of v1api20180601.PurviewConfiguration Purview configuration.

func (*PurviewConfiguration) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PurviewConfiguration.

func (*PurviewConfiguration) DeepCopyInto

func (in *PurviewConfiguration) DeepCopyInto(out *PurviewConfiguration)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PurviewConfiguration_STATUS

type PurviewConfiguration_STATUS struct {
	PropertyBag       genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	PurviewResourceId *string                `json:"purviewResourceId,omitempty"`
}

Storage version of v1api20180601.PurviewConfiguration_STATUS Purview configuration.

func (*PurviewConfiguration_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PurviewConfiguration_STATUS.

func (*PurviewConfiguration_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type UserAssignedIdentityDetails

type UserAssignedIdentityDetails struct {
	PropertyBag genruntime.PropertyBag       `json:"$propertyBag,omitempty"`
	Reference   genruntime.ResourceReference `armReference:"Reference" json:"reference,omitempty"`
}

Storage version of v1api20180601.UserAssignedIdentityDetails Information about the user assigned identity for the resource

func (*UserAssignedIdentityDetails) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityDetails.

func (*UserAssignedIdentityDetails) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL