Share via


Get-AzsDelegatedProviderOffer

Get the specified offer for the delegated provider.

Syntax

List (Default)

Get-AzsDelegatedProviderOffer
    -DelegatedProviderId <String>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Get

Get-AzsDelegatedProviderOffer
    -DelegatedProviderId <String>
    -OfferName <String>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentity

Get-AzsDelegatedProviderOffer
    -INPUTOBJECT
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Description

Get the specified offer for the delegated provider.

Examples

Example 1

PS C:\> Get-AzsDelegatedProviderOffer -DelegatedProviderId 4b763321-23f5-4a45-a44d-9ccfdd705a3d

{{ Add output here }}

Get the list of offers for the specified delegated provider

Parameters

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Parameter properties

Type:System.Management.Automation.PSObject
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzureRMContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DelegatedProviderId

Id of the delegated provider.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Parameter properties

Type:Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-OfferName

Name of the offer.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Name

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionIdentity

Outputs

Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20151101.IOffer

Notes

COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

INPUTOBJECT <ISubscriptionIdentity>: Identity Parameter

  • [DelegatedProviderId <String>]: Id of the delegated provider.
  • [Id <String>]: Resource identity path
  • [OfferName <String>]: Name of the offer.
  • [SubscriptionId <String>]: Id of the subscription.