Get-AzsDelegatedProviderOffer
Get the specified offer for the delegated provider.
Syntax
Get-AzsDelegatedProviderOffer
-DelegatedProviderId <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzsDelegatedProviderOffer
-DelegatedProviderId <String>
-OfferName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzsDelegatedProviderOffer
-INPUTOBJECT \<ISubscriptionIdentity>
[-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.
Type: | System.Management.Automation.PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DelegatedProviderId
Id of the delegated provider.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-OfferName
Name of the offer.
Type: | System.String |
Aliases: | Name |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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.