resources

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2023 License: MIT Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SecurityAlertLocation = "/Microsoft.Security/locations/(?P<location>.*)/alerts/"

Functions

func ListAppServicePlan added in v0.8.0

func ListAppServicePlan(opts resource.ListerOpts) ([]resource.Resource, error)

func ListApplication added in v0.5.0

func ListApplication(opts resource.ListerOpts) ([]resource.Resource, error)

func ListApplicationCertificate added in v0.5.0

func ListApplicationCertificate(opts resource.ListerOpts) ([]resource.Resource, error)

func ListApplicationFederatedCredential added in v0.5.0

func ListApplicationFederatedCredential(opts resource.ListerOpts) ([]resource.Resource, error)

func ListApplicationSecret added in v0.5.0

func ListApplicationSecret(opts resource.ListerOpts) ([]resource.Resource, error)

func ListAzureADGroup

func ListAzureADGroup(opts resource.ListerOpts) ([]resource.Resource, error)

func ListAzureADUser

func ListAzureADUser(opts resource.ListerOpts) ([]resource.Resource, error)

func ListContainerRegistry added in v0.6.0

func ListContainerRegistry(opts resource.ListerOpts) ([]resource.Resource, error)

func ListDNSZone added in v0.8.0

func ListDNSZone(opts resource.ListerOpts) ([]resource.Resource, error)

func ListDisk

func ListDisk(opts resource.ListerOpts) ([]resource.Resource, error)

func ListIPAllocation

func ListIPAllocation(opts resource.ListerOpts) ([]resource.Resource, error)

func ListKeyVault added in v0.8.0

func ListKeyVault(opts resource.ListerOpts) ([]resource.Resource, error)

func ListNetworkInterface

func ListNetworkInterface(opts resource.ListerOpts) ([]resource.Resource, error)

func ListNetworkSecurityGroup

func ListNetworkSecurityGroup(opts resource.ListerOpts) ([]resource.Resource, error)

func ListPolicyAssignment added in v0.13.0

func ListPolicyAssignment(opts resource.ListerOpts) ([]resource.Resource, error)

func ListPolicyDefinition added in v0.13.0

func ListPolicyDefinition(opts resource.ListerOpts) ([]resource.Resource, error)

func ListPrivateDNSZone added in v0.8.0

func ListPrivateDNSZone(opts resource.ListerOpts) ([]resource.Resource, error)

func ListPublicIPAddresses

func ListPublicIPAddresses(opts resource.ListerOpts) ([]resource.Resource, error)

func ListRecoveryServicesBackupPolicy added in v0.15.0

func ListRecoveryServicesBackupPolicy(opts resource.ListerOpts) ([]resource.Resource, error)

func ListRecoveryServicesBackupProtectedItem added in v0.15.0

func ListRecoveryServicesBackupProtectedItem(opts resource.ListerOpts) ([]resource.Resource, error)

func ListRecoveryServicesBackupProtectionContainers added in v0.15.0

func ListRecoveryServicesBackupProtectionContainers(opts resource.ListerOpts) ([]resource.Resource, error)

func ListRecoveryServicesBackupProtectionIntent added in v0.15.0

func ListRecoveryServicesBackupProtectionIntent(opts resource.ListerOpts) ([]resource.Resource, error)

func ListRecoveryServicesVault added in v0.15.0

func ListRecoveryServicesVault(opts resource.ListerOpts) ([]resource.Resource, error)

func ListResourceGroup

func ListResourceGroup(opts resource.ListerOpts) ([]resource.Resource, error)

func ListSSHPublicKey

func ListSSHPublicKey(opts resource.ListerOpts) ([]resource.Resource, error)

func ListSecurityAlert added in v0.14.0

func ListSecurityAlert(opts resource.ListerOpts) ([]resource.Resource, error)

func ListSecurityAssessment added in v0.14.0

func ListSecurityAssessment(opts resource.ListerOpts) ([]resource.Resource, error)

func ListSecurityPricing added in v0.14.0

func ListSecurityPricing(opts resource.ListerOpts) ([]resource.Resource, error)

func ListSecurityWorkspace added in v0.14.0

func ListSecurityWorkspace(opts resource.ListerOpts) ([]resource.Resource, error)

func ListServicePrincipal added in v0.4.0

func ListServicePrincipal(opts resource.ListerOpts) ([]resource.Resource, error)

func ListStorageAccount added in v0.8.0

func ListStorageAccount(opts resource.ListerOpts) ([]resource.Resource, error)

func ListVirtualMachine

func ListVirtualMachine(opts resource.ListerOpts) ([]resource.Resource, error)

func ListVirtualNetwork

func ListVirtualNetwork(opts resource.ListerOpts) ([]resource.Resource, error)

Types

type AppServicePlan added in v0.8.0

type AppServicePlan struct {
	// contains filtered or unexported fields
}

func (*AppServicePlan) Properties added in v0.8.0

func (r *AppServicePlan) Properties() types.Properties

func (*AppServicePlan) Remove added in v0.8.0

func (r *AppServicePlan) Remove() error

func (*AppServicePlan) String added in v0.8.0

func (r *AppServicePlan) String() string

type Application added in v0.5.0

type Application struct {
	// contains filtered or unexported fields
}

func (*Application) Filter added in v0.5.0

func (r *Application) Filter() error

func (*Application) Properties added in v0.5.0

func (r *Application) Properties() types.Properties

func (*Application) Remove added in v0.5.0

func (r *Application) Remove() error

func (*Application) String added in v0.5.0

func (r *Application) String() string

type ApplicationCertificate added in v0.5.0

type ApplicationCertificate struct {
	// contains filtered or unexported fields
}

func (*ApplicationCertificate) Filter added in v0.5.0

func (r *ApplicationCertificate) Filter() error

func (*ApplicationCertificate) Properties added in v0.5.0

func (r *ApplicationCertificate) Properties() types.Properties

func (*ApplicationCertificate) Remove added in v0.5.0

func (r *ApplicationCertificate) Remove() error

func (*ApplicationCertificate) String added in v0.5.0

func (r *ApplicationCertificate) String() string

type ApplicationFederatedCredential added in v0.5.0

type ApplicationFederatedCredential struct {
	// contains filtered or unexported fields
}

func (*ApplicationFederatedCredential) Filter added in v0.5.0

func (*ApplicationFederatedCredential) Properties added in v0.5.0

func (*ApplicationFederatedCredential) Remove added in v0.5.0

func (*ApplicationFederatedCredential) String added in v0.5.0

type ApplicationSecret added in v0.5.0

type ApplicationSecret struct {
	// contains filtered or unexported fields
}

func (*ApplicationSecret) Filter added in v0.5.0

func (r *ApplicationSecret) Filter() error

func (*ApplicationSecret) Properties added in v0.5.0

func (r *ApplicationSecret) Properties() types.Properties

func (*ApplicationSecret) Remove added in v0.5.0

func (r *ApplicationSecret) Remove() error

func (*ApplicationSecret) String added in v0.5.0

func (r *ApplicationSecret) String() string

type AzureADUser

type AzureADUser struct {
	// contains filtered or unexported fields
}

func (*AzureADUser) Properties

func (r *AzureADUser) Properties() types.Properties

func (*AzureADUser) Remove

func (r *AzureADUser) Remove() error

func (*AzureADUser) String

func (r *AzureADUser) String() string

type AzureAdGroup

type AzureAdGroup struct {
	// contains filtered or unexported fields
}

func (*AzureAdGroup) Properties

func (r *AzureAdGroup) Properties() types.Properties

func (*AzureAdGroup) Remove

func (r *AzureAdGroup) Remove() error

func (*AzureAdGroup) String

func (r *AzureAdGroup) String() string

type ContainerRegistry added in v0.6.0

type ContainerRegistry struct {
	// contains filtered or unexported fields
}

func (*ContainerRegistry) Properties added in v0.6.0

func (r *ContainerRegistry) Properties() types.Properties

func (*ContainerRegistry) Remove added in v0.6.0

func (r *ContainerRegistry) Remove() error

func (*ContainerRegistry) String added in v0.6.0

func (r *ContainerRegistry) String() string

type DNSZone added in v0.8.0

type DNSZone struct {
	// contains filtered or unexported fields
}

func (*DNSZone) Properties added in v0.8.0

func (r *DNSZone) Properties() types.Properties

func (*DNSZone) Remove added in v0.8.0

func (r *DNSZone) Remove() error

func (*DNSZone) String added in v0.8.0

func (r *DNSZone) String() string

type Disk

type Disk struct {
	// contains filtered or unexported fields
}

func (*Disk) Properties

func (r *Disk) Properties() types.Properties

func (*Disk) Remove

func (r *Disk) Remove() error

func (*Disk) String

func (r *Disk) String() string

type IPAllocation

type IPAllocation struct {
	// contains filtered or unexported fields
}

func (*IPAllocation) Properties

func (r *IPAllocation) Properties() types.Properties

func (*IPAllocation) Remove

func (r *IPAllocation) Remove() error

func (*IPAllocation) String

func (r *IPAllocation) String() string

type KeyVault added in v0.8.0

type KeyVault struct {
	// contains filtered or unexported fields
}

func (*KeyVault) Properties added in v0.8.0

func (r *KeyVault) Properties() types.Properties

func (*KeyVault) Remove added in v0.8.0

func (r *KeyVault) Remove() error

func (*KeyVault) String added in v0.8.0

func (r *KeyVault) String() string

type NetworkInterface

type NetworkInterface struct {
	// contains filtered or unexported fields
}

func (*NetworkInterface) Properties

func (r *NetworkInterface) Properties() types.Properties

func (*NetworkInterface) Remove

func (r *NetworkInterface) Remove() error

func (*NetworkInterface) String

func (r *NetworkInterface) String() string

type NetworkSecurityGroup

type NetworkSecurityGroup struct {
	// contains filtered or unexported fields
}

func (*NetworkSecurityGroup) Properties

func (r *NetworkSecurityGroup) Properties() types.Properties

func (*NetworkSecurityGroup) Remove

func (r *NetworkSecurityGroup) Remove() error

func (*NetworkSecurityGroup) String

func (r *NetworkSecurityGroup) String() string

type PolicyAssignment added in v0.13.0

type PolicyAssignment struct {
	// contains filtered or unexported fields
}

func (*PolicyAssignment) Properties added in v0.13.0

func (r *PolicyAssignment) Properties() types.Properties

func (*PolicyAssignment) Remove added in v0.13.0

func (r *PolicyAssignment) Remove() error

func (*PolicyAssignment) String added in v0.13.0

func (r *PolicyAssignment) String() string

type PolicyDefinition added in v0.13.0

type PolicyDefinition struct {
	// contains filtered or unexported fields
}

func (*PolicyDefinition) Filter added in v0.13.0

func (r *PolicyDefinition) Filter() error

func (*PolicyDefinition) Properties added in v0.13.0

func (r *PolicyDefinition) Properties() types.Properties

func (*PolicyDefinition) Remove added in v0.13.0

func (r *PolicyDefinition) Remove() error

func (*PolicyDefinition) String added in v0.13.0

func (r *PolicyDefinition) String() string

type PrivateDNSZone added in v0.8.0

type PrivateDNSZone struct {
	// contains filtered or unexported fields
}

func (*PrivateDNSZone) Properties added in v0.8.0

func (r *PrivateDNSZone) Properties() types.Properties

func (*PrivateDNSZone) Remove added in v0.8.0

func (r *PrivateDNSZone) Remove() error

func (*PrivateDNSZone) String added in v0.8.0

func (r *PrivateDNSZone) String() string

type PublicIPAddresses

type PublicIPAddresses struct {
	// contains filtered or unexported fields
}

func (*PublicIPAddresses) Properties

func (r *PublicIPAddresses) Properties() types.Properties

func (*PublicIPAddresses) Remove

func (r *PublicIPAddresses) Remove() error

func (*PublicIPAddresses) String

func (r *PublicIPAddresses) String() string

type RecoveryServicesBackupPolicy added in v0.15.0

type RecoveryServicesBackupPolicy struct {
	// contains filtered or unexported fields
}

func (*RecoveryServicesBackupPolicy) Filter added in v0.15.0

func (r *RecoveryServicesBackupPolicy) Filter() error

func (*RecoveryServicesBackupPolicy) Properties added in v0.15.0

func (*RecoveryServicesBackupPolicy) Remove added in v0.15.0

func (r *RecoveryServicesBackupPolicy) Remove() error

func (*RecoveryServicesBackupPolicy) String added in v0.15.0

type RecoveryServicesBackupProtectedItem added in v0.15.0

type RecoveryServicesBackupProtectedItem struct {
	// contains filtered or unexported fields
}

func (*RecoveryServicesBackupProtectedItem) Filter added in v0.15.0

func (*RecoveryServicesBackupProtectedItem) Properties added in v0.15.0

func (*RecoveryServicesBackupProtectedItem) Remove added in v0.15.0

func (*RecoveryServicesBackupProtectedItem) String added in v0.15.0

type RecoveryServicesBackupProtectionContainers added in v0.15.0

type RecoveryServicesBackupProtectionContainers struct {
	// contains filtered or unexported fields
}

func (*RecoveryServicesBackupProtectionContainers) Filter added in v0.15.0

func (*RecoveryServicesBackupProtectionContainers) Properties added in v0.15.0

func (*RecoveryServicesBackupProtectionContainers) Remove added in v0.15.0

func (*RecoveryServicesBackupProtectionContainers) String added in v0.15.0

type RecoveryServicesBackupProtectionIntent added in v0.15.0

type RecoveryServicesBackupProtectionIntent struct {
	// contains filtered or unexported fields
}

func (*RecoveryServicesBackupProtectionIntent) Filter added in v0.15.0

func (*RecoveryServicesBackupProtectionIntent) Properties added in v0.15.0

func (*RecoveryServicesBackupProtectionIntent) Remove added in v0.15.0

func (*RecoveryServicesBackupProtectionIntent) String added in v0.15.0

type RecoveryServicesVault added in v0.15.0

type RecoveryServicesVault struct {
	// contains filtered or unexported fields
}

func (*RecoveryServicesVault) Filter added in v0.15.0

func (r *RecoveryServicesVault) Filter() error

func (*RecoveryServicesVault) Properties added in v0.15.0

func (r *RecoveryServicesVault) Properties() types.Properties

func (*RecoveryServicesVault) Remove added in v0.15.0

func (r *RecoveryServicesVault) Remove() error

func (*RecoveryServicesVault) String added in v0.15.0

func (r *RecoveryServicesVault) String() string

type ResourceGroup

type ResourceGroup struct {
	// contains filtered or unexported fields
}

func (*ResourceGroup) Properties

func (r *ResourceGroup) Properties() types.Properties

func (*ResourceGroup) Remove

func (r *ResourceGroup) Remove() error

func (*ResourceGroup) String

func (r *ResourceGroup) String() string

type SSHPublicKey

type SSHPublicKey struct {
	// contains filtered or unexported fields
}

func (*SSHPublicKey) Properties

func (r *SSHPublicKey) Properties() types.Properties

func (*SSHPublicKey) Remove

func (r *SSHPublicKey) Remove() error

func (*SSHPublicKey) String

func (r *SSHPublicKey) String() string

type SecurityAlert added in v0.14.0

type SecurityAlert struct {
	// contains filtered or unexported fields
}

func (*SecurityAlert) Filter added in v0.14.0

func (r *SecurityAlert) Filter() error

func (*SecurityAlert) Properties added in v0.14.0

func (r *SecurityAlert) Properties() types.Properties

func (*SecurityAlert) Remove added in v0.14.0

func (r *SecurityAlert) Remove() error

func (*SecurityAlert) String added in v0.14.0

func (r *SecurityAlert) String() string

type SecurityAssessment added in v0.14.0

type SecurityAssessment struct {
	// contains filtered or unexported fields
}

func (*SecurityAssessment) Filter added in v0.15.0

func (r *SecurityAssessment) Filter() error

func (*SecurityAssessment) Properties added in v0.14.0

func (r *SecurityAssessment) Properties() types.Properties

func (*SecurityAssessment) Remove added in v0.14.0

func (r *SecurityAssessment) Remove() error

func (*SecurityAssessment) String added in v0.14.0

func (r *SecurityAssessment) String() string

type SecurityPricing added in v0.14.0

type SecurityPricing struct {
	// contains filtered or unexported fields
}

func (*SecurityPricing) Filter added in v0.14.0

func (r *SecurityPricing) Filter() error

func (*SecurityPricing) Properties added in v0.14.0

func (r *SecurityPricing) Properties() types.Properties

func (*SecurityPricing) Remove added in v0.14.0

func (r *SecurityPricing) Remove() error

func (*SecurityPricing) String added in v0.14.0

func (r *SecurityPricing) String() string

type SecurityWorkspace added in v0.14.0

type SecurityWorkspace struct {
	// contains filtered or unexported fields
}

func (*SecurityWorkspace) Properties added in v0.14.0

func (r *SecurityWorkspace) Properties() types.Properties

func (*SecurityWorkspace) Remove added in v0.14.0

func (r *SecurityWorkspace) Remove() error

func (*SecurityWorkspace) String added in v0.14.0

func (r *SecurityWorkspace) String() string

type ServicePrincipal added in v0.4.0

type ServicePrincipal struct {
	// contains filtered or unexported fields
}

func (*ServicePrincipal) Filter added in v0.4.0

func (r *ServicePrincipal) Filter() error

func (*ServicePrincipal) Properties added in v0.4.0

func (r *ServicePrincipal) Properties() types.Properties

func (*ServicePrincipal) Remove added in v0.4.0

func (r *ServicePrincipal) Remove() error

func (*ServicePrincipal) String added in v0.4.0

func (r *ServicePrincipal) String() string

type StorageAccount added in v0.8.0

type StorageAccount struct {
	// contains filtered or unexported fields
}

func (*StorageAccount) Properties added in v0.8.0

func (r *StorageAccount) Properties() types.Properties

func (*StorageAccount) Remove added in v0.8.0

func (r *StorageAccount) Remove() error

func (*StorageAccount) String added in v0.8.0

func (r *StorageAccount) String() string

type VirtualMachine

type VirtualMachine struct {
	// contains filtered or unexported fields
}

func (*VirtualMachine) Properties

func (r *VirtualMachine) Properties() types.Properties

func (*VirtualMachine) Remove

func (r *VirtualMachine) Remove() error

func (*VirtualMachine) String

func (r *VirtualMachine) String() string

type VirtualNetwork

type VirtualNetwork struct {
	// contains filtered or unexported fields
}

func (*VirtualNetwork) Properties

func (r *VirtualNetwork) Properties() types.Properties

func (*VirtualNetwork) Remove

func (r *VirtualNetwork) Remove() error

func (*VirtualNetwork) String

func (r *VirtualNetwork) String() string

Jump to

Keyboard shortcuts

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